Shades of Pale Leaf #BFC9A8
Tints of Pale Leaf #BFC9A8
RGB
CMYK
RGB Variations
Color information
#BFC9A8 (or 0xBFC9A8) is known color: Pale Leaf. HEX triplet: BF, C9 and A8. RGB value is (191,201,168). Sum of RGB (Red+Green+Blue) = 191+201+168=560 (74% of max value = 765). Red value is 191 (75% from 255 or 34.11% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC9A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC9A8 is #403657. Grayscale: #C2C2C2. Windows color (decimal): -4208216 or 11061695. OLE color: 11061695.
HSL color Cylindrical-coordinate representation of color #BFC9A8: hue angle of 78.18º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFC9A8 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 168 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.21 |
| HSL | 78.18º | 0.23% | 0.72% | - |
| HSV(B) | 78.18º | 0.16% | 0.79% | - |
| XYZ | 49.44 | 55.68 | 45.19 | - |
| YUV | 194.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 168 | 0.05 | 0 | 0.16 | 0.21 | 78.18 | 0.23 | 0.72 |
| Hex | BF | C9 | A8 | 5 | 0 | 10 | 15 | 4E | 17 | 48 |
| Octal | 277 | 311 | 250 | 5 | 0 | 20 | 25 | 116 | 27 | 110 |
| Binary | 10111111 | 11001001 | 10101000 | 101 | 0 | 10000 | 10101 | 1001110 | 10111 | 1001000 |
Color Harmonies of #BFC9A8
Complementary color
Monochromatic Colors of #BFC9A8
Black with #BFC9A8
Text Example
Text Example
White with #BFC9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9A8; }
p { color: rgb(191,201,168); }
H1.HeaderClassName
{
color: #BFC9A8;
}
.AnyTagClassName
{
color: #BFC9A8;
}
</style>
background-color css
<style>
a { background-color: #BFC9A8; }
a { background-color: rgb(191,201,168); }
div.DivClassName
{
background-color: #BFC9A8;
}
.BgClassName
{
background-color: #BFC9A8;
}
</style>
border-color css
<style>
span { border-color: #BFC9A8; }
span { border-color: rgb(191,201,168); }
td.TdClassName
{
border-color: #BFC9A8;
}
.TagClassName
{
border-color: #BFC9A8;
}
</style>