Shades of Pale Leaf #BFC9AA
Tints of Pale Leaf #BFC9AA
RGB
CMYK
RGB Variations
Color information
#BFC9AA (or 0xBFC9AA) is known color: Pale Leaf. HEX triplet: BF, C9 and AA. RGB value is (191,201,170). Sum of RGB (Red+Green+Blue) = 191+201+170=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC9AA is #403655. Grayscale: #C2C2C2. Windows color (decimal): -4208214 or 11192767. OLE color: 11192767.
HSL color Cylindrical-coordinate representation of color #BFC9AA: hue angle of 79.35º 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 #BFC9AA is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 170 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.21 |
| HSL | 79.35º | 0.22% | 0.73% | - |
| HSV(B) | 79.35º | 0.15% | 0.79% | - |
| XYZ | 49.63 | 55.75 | 46.18 | - |
| YUV | 194.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 170 | 0.05 | 0 | 0.15 | 0.21 | 79.35 | 0.22 | 0.73 |
| Hex | BF | C9 | AA | 5 | 0 | F | 15 | 4F | 16 | 49 |
| Octal | 277 | 311 | 252 | 5 | 0 | 17 | 25 | 117 | 26 | 111 |
| Binary | 10111111 | 11001001 | 10101010 | 101 | 0 | 1111 | 10101 | 1001111 | 10110 | 1001001 |
Color Harmonies of #BFC9AA
Complementary color
Monochromatic Colors of #BFC9AA
Black with #BFC9AA
Text Example
Text Example
White with #BFC9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9AA; }
p { color: rgb(191,201,170); }
H1.HeaderClassName
{
color: #BFC9AA;
}
.AnyTagClassName
{
color: #BFC9AA;
}
</style>
background-color css
<style>
a { background-color: #BFC9AA; }
a { background-color: rgb(191,201,170); }
div.DivClassName
{
background-color: #BFC9AA;
}
.BgClassName
{
background-color: #BFC9AA;
}
</style>
border-color css
<style>
span { border-color: #BFC9AA; }
span { border-color: rgb(191,201,170); }
td.TdClassName
{
border-color: #BFC9AA;
}
.TagClassName
{
border-color: #BFC9AA;
}
</style>