Shades of Pale Leaf #BDC9AB
Tints of Pale Leaf #BDC9AB
RGB
CMYK
RGB Variations
Color information
#BDC9AB (or 0xBDC9AB) is known color: Pale Leaf. HEX triplet: BD, C9 and AB. RGB value is (189,201,171). Sum of RGB (Red+Green+Blue) = 189+201+171=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC9AB is #423654. Grayscale: #C2C2C2. Windows color (decimal): -4339285 or 11258301. OLE color: 11258301.
HSL color Cylindrical-coordinate representation of color #BDC9AB: hue angle of 84º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BDC9AB is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 171 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.21 |
| HSL | 84º | 0.22% | 0.73% | - |
| HSV(B) | 84º | 0.15% | 0.79% | - |
| XYZ | 49.22 | 55.53 | 46.65 | - |
| YUV | 193.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 171 | 0.06 | 0 | 0.15 | 0.21 | 84 | 0.22 | 0.73 |
| Hex | BD | C9 | AB | 6 | 0 | F | 15 | 54 | 16 | 49 |
| Octal | 275 | 311 | 253 | 6 | 0 | 17 | 25 | 124 | 26 | 111 |
| Binary | 10111101 | 11001001 | 10101011 | 110 | 0 | 1111 | 10101 | 1010100 | 10110 | 1001001 |
Color Harmonies of #BDC9AB
Complementary color
Monochromatic Colors of #BDC9AB
Black with #BDC9AB
Text Example
Text Example
White with #BDC9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9AB; }
p { color: rgb(189,201,171); }
H1.HeaderClassName
{
color: #BDC9AB;
}
.AnyTagClassName
{
color: #BDC9AB;
}
</style>
background-color css
<style>
a { background-color: #BDC9AB; }
a { background-color: rgb(189,201,171); }
div.DivClassName
{
background-color: #BDC9AB;
}
.BgClassName
{
background-color: #BDC9AB;
}
</style>
border-color css
<style>
span { border-color: #BDC9AB; }
span { border-color: rgb(189,201,171); }
td.TdClassName
{
border-color: #BDC9AB;
}
.TagClassName
{
border-color: #BDC9AB;
}
</style>