#bed188

Color #BED188 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #BED188

Tints of Caper #BED188

Color information

#BED188 (or 0xBED188) is unknown color: approx Caper. HEX triplet: BE, D1 and 88. RGB value is (190,209,136). Sum of RGB (Red+Green+Blue) = 190+209+136=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 209 - color contains mainly: green. Hex color #BED188 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED188 is #412E77. Grayscale: #C3C3C3. Windows color (decimal): -4271736 or 8966590. OLE color: 8966590.

HSL color Cylindrical-coordinate representation of color #BED188: hue angle of 75.62º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BED188 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB190209136-
CMYK0.0900.350.18
HSL75.62º44.24%67.65%-
HSV(B)75.62º34.93%81.96%-
XYZ48.4858.3332-
YUV19594.71124.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 209 (82.03% from 255) = 39.07%
BLUE value IS 136 (53.52% from 255) = 25.42%
R=35.51%
G=39.07%
B=25.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902091360.0900.350.1875.6244.2467.65
HexBED1889023124c2c44
Octal276321210110432211454104
Binary101111101101000110001000100101000111001010011001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bed188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bed188; }

 p { color: rgb(190,209,136); }

 H1.HeaderClassName
 {
   color: #bed188;
 }
 .AnyTagClassName
 {
   color: #bed188;
 }
</style>
background-color css

<style>
 a { background-color: #bed188; }

 a { background-color: rgb(190,209,136); }

 div.DivClassName
 {
   background-color: #bed188;
 }
 .BgClassName
 {
   background-color: #bed188;
 }
</style>
border-color css

<style>
 span { border-color: #bed188; }

 span { border-color: rgb(190,209,136); }

 td.TdClassName
 {
   border-color: #bed188;
 }
 .TagClassName
 {
   border-color: #bed188;
 }
</style>