Shades of Pale Leaf #BFC9A9
Tints of Pale Leaf #BFC9A9
RGB
CMYK
RGB Variations
Color information
#BFC9A9 (or 0xBFC9A9) is known color: Pale Leaf. HEX triplet: BF, C9 and A9. RGB value is (191,201,169). Sum of RGB (Red+Green+Blue) = 191+201+169=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 201 (78.91% from 255 or 35.83% from 561); Blue value is 169 (66.41% from 255 or 30.12% from 561); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC9A9 is #403656. Grayscale: #C2C2C2. Windows color (decimal): -4208215 or 11127231. OLE color: 11127231.
HSL color Cylindrical-coordinate representation of color #BFC9A9: hue angle of 78.75º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFC9A9 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 169 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.21 |
| HSL | 78.75º | 0.23% | 0.73% | - |
| HSV(B) | 78.75º | 0.16% | 0.79% | - |
| XYZ | 49.53 | 55.71 | 45.68 | - |
| YUV | 194.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 169 | 0.05 | 0 | 0.16 | 0.21 | 78.75 | 0.23 | 0.73 |
| Hex | BF | C9 | A9 | 5 | 0 | 10 | 15 | 4F | 17 | 49 |
| Octal | 277 | 311 | 251 | 5 | 0 | 20 | 25 | 117 | 27 | 111 |
| Binary | 10111111 | 11001001 | 10101001 | 101 | 0 | 10000 | 10101 | 1001111 | 10111 | 1001001 |
Color Harmonies of #BFC9A9
Complementary color
Monochromatic Colors of #BFC9A9
Black with #BFC9A9
Text Example
Text Example
White with #BFC9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9A9; }
p { color: rgb(191,201,169); }
H1.HeaderClassName
{
color: #BFC9A9;
}
.AnyTagClassName
{
color: #BFC9A9;
}
</style>
background-color css
<style>
a { background-color: #BFC9A9; }
a { background-color: rgb(191,201,169); }
div.DivClassName
{
background-color: #BFC9A9;
}
.BgClassName
{
background-color: #BFC9A9;
}
</style>
border-color css
<style>
span { border-color: #BFC9A9; }
span { border-color: rgb(191,201,169); }
td.TdClassName
{
border-color: #BFC9A9;
}
.TagClassName
{
border-color: #BFC9A9;
}
</style>