#BDCB87

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

Shades of Caper #BDCB87

Tints of Caper #BDCB87

Color information

#BDCB87 (or 0xBDCB87) is unknown color: approx Caper. HEX triplet: BD, CB and 87. RGB value is (189,203,135). Sum of RGB (Red+Green+Blue) = 189+203+135=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 203 (79.69% from 255 or 38.52% from 527); Blue value is 135 (53.12% from 255 or 25.62% from 527); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCB87 is #423478. Grayscale: #BFBFBF. Windows color (decimal): -4338809 or 8899517. OLE color: 8899517.

HSL color Cylindrical-coordinate representation of color #BDCB87: hue angle of 72.35º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDCB87 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB189203135-
CMYK0.0700.330.20
HSL72.35º39.53%66.27%-
HSV(B)72.35º33.5%79.61%-
XYZ46.7255.2831.13-
YUV191.0696.36126.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 203 (79.69% from 255) = 38.52%
BLUE value IS 135 (53.12% from 255) = 25.62%
R=35.86%
G=38.52%
B=25.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892031350.0700.330.2072.3539.5366.27
HexBDCB87702114482842
Octal27531320770412411050102
Binary10111101110010111000011111101000011010010010001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCB87; }

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

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

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

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

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

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

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

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