Shades of Pale Leaf #BFCCAF
Tints of Pale Leaf #BFCCAF
RGB
CMYK
RGB Variations
Color information
#BFCCAF (or 0xBFCCAF) is known color: Pale Leaf. HEX triplet: BF, CC and AF. RGB value is (191,204,175). Sum of RGB (Red+Green+Blue) = 191+204+175=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCCAF is #403350. Grayscale: #C4C4C4. Windows color (decimal): -4207441 or 11521215. OLE color: 11521215.
HSL color Cylindrical-coordinate representation of color #BFCCAF: hue angle of 86.9º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFCCAF is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 175 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.2 |
| HSL | 86.9º | 0.22% | 0.74% | - |
| HSV(B) | 86.9º | 0.14% | 0.8% | - |
| XYZ | 50.82 | 57.36 | 48.95 | - |
| YUV | 196.81 | 115.69 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 175 | 0.06 | 0 | 0.14 | 0.2 | 86.9 | 0.22 | 0.74 |
| Hex | BF | CC | AF | 6 | 0 | E | 14 | 57 | 16 | 4A |
| Octal | 277 | 314 | 257 | 6 | 0 | 16 | 24 | 127 | 26 | 112 |
| Binary | 10111111 | 11001100 | 10101111 | 110 | 0 | 1110 | 10100 | 1010111 | 10110 | 1001010 |
Color Harmonies of #BFCCAF
Complementary color
Monochromatic Colors of #BFCCAF
Black with #BFCCAF
Text Example
Text Example
White with #BFCCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCAF; }
p { color: rgb(191,204,175); }
H1.HeaderClassName
{
color: #BFCCAF;
}
.AnyTagClassName
{
color: #BFCCAF;
}
</style>
background-color css
<style>
a { background-color: #BFCCAF; }
a { background-color: rgb(191,204,175); }
div.DivClassName
{
background-color: #BFCCAF;
}
.BgClassName
{
background-color: #BFCCAF;
}
</style>
border-color css
<style>
span { border-color: #BFCCAF; }
span { border-color: rgb(191,204,175); }
td.TdClassName
{
border-color: #BFCCAF;
}
.TagClassName
{
border-color: #BFCCAF;
}
</style>