Shades of Pale Leaf #BFCCAE
Tints of Pale Leaf #BFCCAE
RGB
CMYK
RGB Variations
Color information
#BFCCAE (or 0xBFCCAE) is known color: Pale Leaf. HEX triplet: BF, CC and AE. RGB value is (191,204,174). Sum of RGB (Red+Green+Blue) = 191+204+174=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCCAE is #403351. Grayscale: #C4C4C4. Windows color (decimal): -4207442 or 11455679. OLE color: 11455679.
HSL color Cylindrical-coordinate representation of color #BFCCAE: hue angle of 86º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFCCAE is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 174 | - |
| CMYK | 0.06 | 0 | 0.15 | 0.2 |
| HSL | 86º | 0.23% | 0.74% | - |
| HSV(B) | 86º | 0.15% | 0.8% | - |
| XYZ | 50.72 | 57.32 | 48.43 | - |
| YUV | 196.69 | 115.19 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 174 | 0.06 | 0 | 0.15 | 0.2 | 86 | 0.23 | 0.74 |
| Hex | BF | CC | AE | 6 | 0 | F | 14 | 56 | 17 | 4A |
| Octal | 277 | 314 | 256 | 6 | 0 | 17 | 24 | 126 | 27 | 112 |
| Binary | 10111111 | 11001100 | 10101110 | 110 | 0 | 1111 | 10100 | 1010110 | 10111 | 1001010 |
Color Harmonies of #BFCCAE
Complementary color
Monochromatic Colors of #BFCCAE
Black with #BFCCAE
Text Example
Text Example
White with #BFCCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCAE; }
p { color: rgb(191,204,174); }
H1.HeaderClassName
{
color: #BFCCAE;
}
.AnyTagClassName
{
color: #BFCCAE;
}
</style>
background-color css
<style>
a { background-color: #BFCCAE; }
a { background-color: rgb(191,204,174); }
div.DivClassName
{
background-color: #BFCCAE;
}
.BgClassName
{
background-color: #BFCCAE;
}
</style>
border-color css
<style>
span { border-color: #BFCCAE; }
span { border-color: rgb(191,204,174); }
td.TdClassName
{
border-color: #BFCCAE;
}
.TagClassName
{
border-color: #BFCCAE;
}
</style>