Shades of Pale Leaf #BFCEA4
Tints of Pale Leaf #BFCEA4
RGB
CMYK
RGB Variations
Color information
#BFCEA4 (or 0xBFCEA4) is known color: Pale Leaf. HEX triplet: BF, CE and A4. RGB value is (191,206,164). Sum of RGB (Red+Green+Blue) = 191+206+164=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 164 (64.45% from 255 or 29.23% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCEA4 is #40315B. Grayscale: #C4C4C4. Windows color (decimal): -4206940 or 10800831. OLE color: 10800831.
HSL color Cylindrical-coordinate representation of color #BFCEA4: hue angle of 81.43º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFCEA4 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 164 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.19 |
| HSL | 81.43º | 0.3% | 0.73% | - |
| HSV(B) | 81.43º | 0.2% | 0.81% | - |
| XYZ | 50.26 | 57.9 | 43.65 | - |
| YUV | 196.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 164 | 0.07 | 0 | 0.20 | 0.19 | 81.43 | 0.3 | 0.73 |
| Hex | BF | CE | A4 | 7 | 0 | 14 | 13 | 51 | 1E | 49 |
| Octal | 277 | 316 | 244 | 7 | 0 | 24 | 23 | 121 | 36 | 111 |
| Binary | 10111111 | 11001110 | 10100100 | 111 | 0 | 10100 | 10011 | 1010001 | 11110 | 1001001 |
Color Harmonies of #BFCEA4
Complementary color
Monochromatic Colors of #BFCEA4
Black with #BFCEA4
Text Example
Text Example
White with #BFCEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEA4; }
p { color: rgb(191,206,164); }
H1.HeaderClassName
{
color: #BFCEA4;
}
.AnyTagClassName
{
color: #BFCEA4;
}
</style>
background-color css
<style>
a { background-color: #BFCEA4; }
a { background-color: rgb(191,206,164); }
div.DivClassName
{
background-color: #BFCEA4;
}
.BgClassName
{
background-color: #BFCEA4;
}
</style>
border-color css
<style>
span { border-color: #BFCEA4; }
span { border-color: rgb(191,206,164); }
td.TdClassName
{
border-color: #BFCEA4;
}
.TagClassName
{
border-color: #BFCEA4;
}
</style>