Shades of Pale Leaf #BDCBA8
Tints of Pale Leaf #BDCBA8
RGB
CMYK
RGB Variations
Color information
#BDCBA8 (or 0xBDCBA8) is known color: 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
| RGB | 189 | 203 | 168 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.20 |
| HSL | 84º | 0.25% | 0.73% | - |
| HSV(B) | 84º | 0.17% | 0.8% | - |
| XYZ | 49.41 | 56.36 | 45.32 | - |
| YUV | 194.82 | 112.86 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 203 | 168 | 0.07 | 0 | 0.17 | 0.20 | 84 | 0.25 | 0.73 |
| Hex | BD | CB | A8 | 7 | 0 | 11 | 14 | 54 | 19 | 49 |
| Octal | 275 | 313 | 250 | 7 | 0 | 21 | 24 | 124 | 31 | 111 |
| Binary | 10111101 | 11001011 | 10101000 | 111 | 0 | 10001 | 10100 | 1010100 | 11001 | 1001001 |
Color Harmonies of #BDCBA8
Complementary color
Monochromatic Colors of #BDCBA8
Black with #BDCBA8
Text Example
Text Example
White with #BDCBA8
Text Example
Text Example
HTML Codes & Css Web 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>