Shades of Pale Leaf #BFCFA1
Tints of Pale Leaf #BFCFA1
RGB
CMYK
RGB Variations
Color information
#BFCFA1 (or 0xBFCFA1) is known color: Pale Leaf. HEX triplet: BF, CF and A1. RGB value is (191,207,161). Sum of RGB (Red+Green+Blue) = 191+207+161=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 161 (63.28% from 255 or 28.80% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCFA1 is #40305E. Grayscale: #C5C5C5. Windows color (decimal): -4206687 or 10604479. OLE color: 10604479.
HSL color Cylindrical-coordinate representation of color #BFCFA1: hue angle of 80.87º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFCFA1 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 207 | 161 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.19 |
| HSL | 80.87º | 0.32% | 0.72% | - |
| HSV(B) | 80.87º | 0.22% | 0.81% | - |
| XYZ | 50.23 | 58.28 | 42.32 | - |
| YUV | 196.97 | 107.7 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 207 | 161 | 0.08 | 0 | 0.22 | 0.19 | 80.87 | 0.32 | 0.72 |
| Hex | BF | CF | A1 | 8 | 0 | 16 | 13 | 51 | 20 | 48 |
| Octal | 277 | 317 | 241 | 10 | 0 | 26 | 23 | 121 | 40 | 110 |
| Binary | 10111111 | 11001111 | 10100001 | 1000 | 0 | 10110 | 10011 | 1010001 | 100000 | 1001000 |
Color Harmonies of #BFCFA1
Complementary color
Monochromatic Colors of #BFCFA1
Black with #BFCFA1
Text Example
Text Example
White with #BFCFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCFA1; }
p { color: rgb(191,207,161); }
H1.HeaderClassName
{
color: #BFCFA1;
}
.AnyTagClassName
{
color: #BFCFA1;
}
</style>
background-color css
<style>
a { background-color: #BFCFA1; }
a { background-color: rgb(191,207,161); }
div.DivClassName
{
background-color: #BFCFA1;
}
.BgClassName
{
background-color: #BFCFA1;
}
</style>
border-color css
<style>
span { border-color: #BFCFA1; }
span { border-color: rgb(191,207,161); }
td.TdClassName
{
border-color: #BFCFA1;
}
.TagClassName
{
border-color: #BFCFA1;
}
</style>