Shades of Pale Leaf #BFCEAC
Tints of Pale Leaf #BFCEAC
RGB
CMYK
RGB Variations
Color information
#BFCEAC (or 0xBFCEAC) is known color: Pale Leaf. HEX triplet: BF, CE and AC. RGB value is (191,206,172). Sum of RGB (Red+Green+Blue) = 191+206+172=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 172 (67.58% from 255 or 30.23% from 569); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCEAC is #403153. Grayscale: #C5C5C5. Windows color (decimal): -4206932 or 11325119. OLE color: 11325119.
HSL color Cylindrical-coordinate representation of color #BFCEAC: hue angle of 86.47º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFCEAC is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 206 | 172 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.19 |
| HSL | 86.47º | 0.26% | 0.74% | - |
| HSV(B) | 86.47º | 0.17% | 0.81% | - |
| XYZ | 51 | 58.2 | 47.57 | - |
| YUV | 197.64 | 113.53 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 206 | 172 | 0.07 | 0 | 0.17 | 0.19 | 86.47 | 0.26 | 0.74 |
| Hex | BF | CE | AC | 7 | 0 | 11 | 13 | 56 | 1A | 4A |
| Octal | 277 | 316 | 254 | 7 | 0 | 21 | 23 | 126 | 32 | 112 |
| Binary | 10111111 | 11001110 | 10101100 | 111 | 0 | 10001 | 10011 | 1010110 | 11010 | 1001010 |
Color Harmonies of #BFCEAC
Complementary color
Monochromatic Colors of #BFCEAC
Black with #BFCEAC
Text Example
Text Example
White with #BFCEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCEAC; }
p { color: rgb(191,206,172); }
H1.HeaderClassName
{
color: #BFCEAC;
}
.AnyTagClassName
{
color: #BFCEAC;
}
</style>
background-color css
<style>
a { background-color: #BFCEAC; }
a { background-color: rgb(191,206,172); }
div.DivClassName
{
background-color: #BFCEAC;
}
.BgClassName
{
background-color: #BFCEAC;
}
</style>
border-color css
<style>
span { border-color: #BFCEAC; }
span { border-color: rgb(191,206,172); }
td.TdClassName
{
border-color: #BFCEAC;
}
.TagClassName
{
border-color: #BFCEAC;
}
</style>