Shades of Pale Leaf #BFCEA8
Tints of Pale Leaf #BFCEA8
RGB
CMYK
RGB Variations
Color information
#BFCEA8 (or 0xBFCEA8) is known color: Pale Leaf. HEX triplet: BF, CE and A8. RGB value is (191,206,168). Sum of RGB (Red+Green+Blue) = 191+206+168=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 168 (66.02% from 255 or 29.73% from 565); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCEA8 is #403157. Grayscale: #C5C5C5. Windows color (decimal): -4206936 or 11062975. OLE color: 11062975.
HSL color Cylindrical-coordinate representation of color #BFCEA8: hue angle of 83.68º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFCEA8 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 168 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.19 |
| HSL | 83.68º | 0.28% | 0.73% | - |
| HSV(B) | 83.68º | 0.18% | 0.81% | - |
| XYZ | 50.63 | 58.05 | 45.58 | - |
| YUV | 197.18 | 111.53 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 168 | 0.07 | 0 | 0.18 | 0.19 | 83.68 | 0.28 | 0.73 |
| Hex | BF | CE | A8 | 7 | 0 | 12 | 13 | 54 | 1C | 49 |
| Octal | 277 | 316 | 250 | 7 | 0 | 22 | 23 | 124 | 34 | 111 |
| Binary | 10111111 | 11001110 | 10101000 | 111 | 0 | 10010 | 10011 | 1010100 | 11100 | 1001001 |
Color Harmonies of #BFCEA8
Complementary color
Monochromatic Colors of #BFCEA8
Black with #BFCEA8
Text Example
Text Example
White with #BFCEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEA8; }
p { color: rgb(191,206,168); }
H1.HeaderClassName
{
color: #BFCEA8;
}
.AnyTagClassName
{
color: #BFCEA8;
}
</style>
background-color css
<style>
a { background-color: #BFCEA8; }
a { background-color: rgb(191,206,168); }
div.DivClassName
{
background-color: #BFCEA8;
}
.BgClassName
{
background-color: #BFCEA8;
}
</style>
border-color css
<style>
span { border-color: #BFCEA8; }
span { border-color: rgb(191,206,168); }
td.TdClassName
{
border-color: #BFCEA8;
}
.TagClassName
{
border-color: #BFCEA8;
}
</style>