#BDCBA8

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

Shades of Pale Leaf #BDCBA8

Tints of Pale Leaf #BDCBA8

Color information

#BDCBA8 (or 0xBDCBA8) is unknown color: approx Pale Leaf. HEX triplet: BD, CB and A8. RGB value is (189,203,168). Sum of RGB (Red+Green+Blue) = 189+203+168=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCBA8 is #423457. Grayscale: #C2C2C2. Windows color (decimal): -4338776 or 11062205. OLE color: 11062205.

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

Color convert

RGB189203168-
CMYK0.0700.170.20
HSL84º25.18%72.75%-
HSV(B)84º17.24%79.61%-
XYZ49.4156.3645.32-
YUV194.82112.86123.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.75%
GREEN value IS 203 (79.69% from 255) = 36.25%
BLUE value IS 168 (66.02% from 255) = 30%
R=33.75%
G=36.25%
B=30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892031680.0700.170.208425.1872.75
HexBDCBA8701114541949
Octal27531325070212412431111
Binary101111011100101110101000111010001101001010100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCBA8; }

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

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

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

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

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

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

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

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