Shades of Pale Leaf #BFCEA2
Tints of Pale Leaf #BFCEA2
RGB
CMYK
RGB Variations
Color information
#BFCEA2 (or 0xBFCEA2) is known color: Pale Leaf. HEX triplet: BF, CE and A2. RGB value is (191,206,162). Sum of RGB (Red+Green+Blue) = 191+206+162=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 162 (63.67% from 255 or 28.98% from 559); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCEA2 is #40315D. Grayscale: #C4C4C4. Windows color (decimal): -4206942 or 10669759. OLE color: 10669759.
HSL color Cylindrical-coordinate representation of color #BFCEA2: hue angle of 80.45º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFCEA2 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 162 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.19 |
| HSL | 80.45º | 0.31% | 0.72% | - |
| HSV(B) | 80.45º | 0.21% | 0.81% | - |
| XYZ | 50.08 | 57.83 | 42.7 | - |
| YUV | 196.5 | 108.53 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 162 | 0.07 | 0 | 0.21 | 0.19 | 80.45 | 0.31 | 0.72 |
| Hex | BF | CE | A2 | 7 | 0 | 15 | 13 | 50 | 1F | 48 |
| Octal | 277 | 316 | 242 | 7 | 0 | 25 | 23 | 120 | 37 | 110 |
| Binary | 10111111 | 11001110 | 10100010 | 111 | 0 | 10101 | 10011 | 1010000 | 11111 | 1001000 |
Color Harmonies of #BFCEA2
Complementary color
Monochromatic Colors of #BFCEA2
Black with #BFCEA2
Text Example
Text Example
White with #BFCEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEA2; }
p { color: rgb(191,206,162); }
H1.HeaderClassName
{
color: #BFCEA2;
}
.AnyTagClassName
{
color: #BFCEA2;
}
</style>
background-color css
<style>
a { background-color: #BFCEA2; }
a { background-color: rgb(191,206,162); }
div.DivClassName
{
background-color: #BFCEA2;
}
.BgClassName
{
background-color: #BFCEA2;
}
</style>
border-color css
<style>
span { border-color: #BFCEA2; }
span { border-color: rgb(191,206,162); }
td.TdClassName
{
border-color: #BFCEA2;
}
.TagClassName
{
border-color: #BFCEA2;
}
</style>