Shades of Pale Leaf #BFCEA9
Tints of Pale Leaf #BFCEA9
RGB
CMYK
RGB Variations
Color information
#BFCEA9 (or 0xBFCEA9) is known color: Pale Leaf. HEX triplet: BF, CE and A9. RGB value is (191,206,169). Sum of RGB (Red+Green+Blue) = 191+206+169=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 169 (66.41% from 255 or 29.86% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCEA9 is #403156. Grayscale: #C5C5C5. Windows color (decimal): -4206935 or 11128511. OLE color: 11128511.
HSL color Cylindrical-coordinate representation of color #BFCEA9: hue angle of 84.32º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFCEA9 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 169 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.19 |
| HSL | 84.32º | 0.27% | 0.74% | - |
| HSV(B) | 84.32º | 0.18% | 0.81% | - |
| XYZ | 50.72 | 58.08 | 46.07 | - |
| YUV | 197.3 | 112.03 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 169 | 0.07 | 0 | 0.18 | 0.19 | 84.32 | 0.27 | 0.74 |
| Hex | BF | CE | A9 | 7 | 0 | 12 | 13 | 54 | 1B | 4A |
| Octal | 277 | 316 | 251 | 7 | 0 | 22 | 23 | 124 | 33 | 112 |
| Binary | 10111111 | 11001110 | 10101001 | 111 | 0 | 10010 | 10011 | 1010100 | 11011 | 1001010 |
Color Harmonies of #BFCEA9
Complementary color
Monochromatic Colors of #BFCEA9
Black with #BFCEA9
Text Example
Text Example
White with #BFCEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEA9; }
p { color: rgb(191,206,169); }
H1.HeaderClassName
{
color: #BFCEA9;
}
.AnyTagClassName
{
color: #BFCEA9;
}
</style>
background-color css
<style>
a { background-color: #BFCEA9; }
a { background-color: rgb(191,206,169); }
div.DivClassName
{
background-color: #BFCEA9;
}
.BgClassName
{
background-color: #BFCEA9;
}
</style>
border-color css
<style>
span { border-color: #BFCEA9; }
span { border-color: rgb(191,206,169); }
td.TdClassName
{
border-color: #BFCEA9;
}
.TagClassName
{
border-color: #BFCEA9;
}
</style>