Shades of Pale Leaf #BDC9AA
Tints of Pale Leaf #BDC9AA
RGB
CMYK
RGB Variations
Color information
#BDC9AA (or 0xBDC9AA) is known color: Pale Leaf. HEX triplet: BD, C9 and AA. RGB value is (189,201,170). Sum of RGB (Red+Green+Blue) = 189+201+170=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC9AA is #423655. Grayscale: #C1C1C1. Windows color (decimal): -4339286 or 11192765. OLE color: 11192765.
HSL color Cylindrical-coordinate representation of color #BDC9AA: hue angle of 83.23º 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 #BDC9AA is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 189 | 201 | 170 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.21 |
| HSL | 83.23º | 0.22% | 0.73% | - |
| HSV(B) | 83.23º | 0.15% | 0.79% | - |
| XYZ | 49.13 | 55.49 | 46.15 | - |
| YUV | 193.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 201 | 170 | 0.06 | 0 | 0.15 | 0.21 | 83.23 | 0.22 | 0.73 |
| Hex | BD | C9 | AA | 6 | 0 | F | 15 | 53 | 16 | 49 |
| Octal | 275 | 311 | 252 | 6 | 0 | 17 | 25 | 123 | 26 | 111 |
| Binary | 10111101 | 11001001 | 10101010 | 110 | 0 | 1111 | 10101 | 1010011 | 10110 | 1001001 |
Color Harmonies of #BDC9AA
Complementary color
Monochromatic Colors of #BDC9AA
Black with #BDC9AA
Text Example
Text Example
White with #BDC9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9AA; }
p { color: rgb(189,201,170); }
H1.HeaderClassName
{
color: #BDC9AA;
}
.AnyTagClassName
{
color: #BDC9AA;
}
</style>
background-color css
<style>
a { background-color: #BDC9AA; }
a { background-color: rgb(189,201,170); }
div.DivClassName
{
background-color: #BDC9AA;
}
.BgClassName
{
background-color: #BDC9AA;
}
</style>
border-color css
<style>
span { border-color: #BDC9AA; }
span { border-color: rgb(189,201,170); }
td.TdClassName
{
border-color: #BDC9AA;
}
.TagClassName
{
border-color: #BDC9AA;
}
</style>