Shades of Pale Leaf #BFC9A2
Tints of Pale Leaf #BFC9A2
RGB
CMYK
RGB Variations
Color information
#BFC9A2 (or 0xBFC9A2) is known color: Pale Leaf. HEX triplet: BF, C9 and A2. RGB value is (191,201,162). Sum of RGB (Red+Green+Blue) = 191+201+162=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 162 (63.67% from 255 or 29.24% from 554); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC9A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC9A2 is #40365D. Grayscale: #C1C1C1. Windows color (decimal): -4208222 or 10668479. OLE color: 10668479.
HSL color Cylindrical-coordinate representation of color #BFC9A2: hue angle of 75.38º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFC9A2 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 162 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.21 |
| HSL | 75.38º | 0.27% | 0.71% | - |
| HSV(B) | 75.38º | 0.19% | 0.79% | - |
| XYZ | 48.89 | 55.46 | 42.31 | - |
| YUV | 193.56 | 110.19 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 162 | 0.05 | 0 | 0.19 | 0.21 | 75.38 | 0.27 | 0.71 |
| Hex | BF | C9 | A2 | 5 | 0 | 13 | 15 | 4B | 1B | 47 |
| Octal | 277 | 311 | 242 | 5 | 0 | 23 | 25 | 113 | 33 | 107 |
| Binary | 10111111 | 11001001 | 10100010 | 101 | 0 | 10011 | 10101 | 1001011 | 11011 | 1000111 |
Color Harmonies of #BFC9A2
Complementary color
Monochromatic Colors of #BFC9A2
Black with #BFC9A2
Text Example
Text Example
White with #BFC9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9A2; }
p { color: rgb(191,201,162); }
H1.HeaderClassName
{
color: #BFC9A2;
}
.AnyTagClassName
{
color: #BFC9A2;
}
</style>
background-color css
<style>
a { background-color: #BFC9A2; }
a { background-color: rgb(191,201,162); }
div.DivClassName
{
background-color: #BFC9A2;
}
.BgClassName
{
background-color: #BFC9A2;
}
</style>
border-color css
<style>
span { border-color: #BFC9A2; }
span { border-color: rgb(191,201,162); }
td.TdClassName
{
border-color: #BFC9A2;
}
.TagClassName
{
border-color: #BFC9A2;
}
</style>