#BDD087

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

Shades of Caper #BDD087

Tints of Caper #BDD087

Color information

#BDD087 (or 0xBDD087) is unknown color: approx Caper. HEX triplet: BD, D0 and 87. RGB value is (189,208,135). Sum of RGB (Red+Green+Blue) = 189+208+135=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 208 (81.64% from 255 or 39.10% from 532); Blue value is 135 (53.12% from 255 or 25.38% from 532); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD087 is #422F78. Grayscale: #C2C2C2. Windows color (decimal): -4337529 or 8900797. OLE color: 8900797.

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

Color convert

RGB189208135-
CMYK0.0900.350.18
HSL75.62º43.71%67.25%-
HSV(B)75.62º35.1%81.57%-
XYZ47.9257.6831.53-
YUV19494.71124.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 208 (81.64% from 255) = 39.10%
BLUE value IS 135 (53.12% from 255) = 25.38%
R=35.53%
G=39.10%
B=25.38%

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
Decimal1892081350.0900.350.1875.6243.7167.25
HexBDD0879023124c2c43
Octal275320207110432211454103
Binary101111011101000010000111100101000111001010011001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD087; }

 p { color: rgb(189,208,135); }

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

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

 a { background-color: rgb(189,208,135); }

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

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

 span { border-color: rgb(189,208,135); }

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