Shades of Pale Leaf #B9C2AA
Tints of Pale Leaf #B9C2AA
RGB
CMYK
RGB Variations
Color information
#B9C2AA (or 0xB9C2AA) is known color: Pale Leaf. HEX triplet: B9, C2 and AA. RGB value is (185,194,170). Sum of RGB (Red+Green+Blue) = 185+194+170=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 194 (76.17% from 255 or 35.34% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C2AA is #463D55. Grayscale: #BCBCBC. Windows color (decimal): -4603222 or 11190969. OLE color: 11190969.
HSL color Cylindrical-coordinate representation of color #B9C2AA: hue angle of 82.5º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9C2AA is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 194 | 170 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.24 |
| HSL | 82.5º | 0.16% | 0.71% | - |
| HSV(B) | 82.5º | 0.12% | 0.76% | - |
| XYZ | 46.56 | 51.8 | 45.57 | - |
| YUV | 188.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 194 | 170 | 0.05 | 0 | 0.12 | 0.24 | 82.5 | 0.16 | 0.71 |
| Hex | B9 | C2 | AA | 5 | 0 | C | 18 | 52 | 10 | 47 |
| Octal | 271 | 302 | 252 | 5 | 0 | 14 | 30 | 122 | 20 | 107 |
| Binary | 10111001 | 11000010 | 10101010 | 101 | 0 | 1100 | 11000 | 1010010 | 10000 | 1000111 |
Color Harmonies of #B9C2AA
Complementary color
Monochromatic Colors of #B9C2AA
Black with #B9C2AA
Text Example
Text Example
White with #B9C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C2AA; }
p { color: rgb(185,194,170); }
H1.HeaderClassName
{
color: #B9C2AA;
}
.AnyTagClassName
{
color: #B9C2AA;
}
</style>
background-color css
<style>
a { background-color: #B9C2AA; }
a { background-color: rgb(185,194,170); }
div.DivClassName
{
background-color: #B9C2AA;
}
.BgClassName
{
background-color: #B9C2AA;
}
</style>
border-color css
<style>
span { border-color: #B9C2AA; }
span { border-color: rgb(185,194,170); }
td.TdClassName
{
border-color: #B9C2AA;
}
.TagClassName
{
border-color: #B9C2AA;
}
</style>