Shades of Pale Leaf #BFCCAB
Tints of Pale Leaf #BFCCAB
RGB
CMYK
RGB Variations
Color information
#BFCCAB (or 0xBFCCAB) is known color: Pale Leaf. HEX triplet: BF, CC and AB. RGB value is (191,204,171). Sum of RGB (Red+Green+Blue) = 191+204+171=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCCAB is #403354. Grayscale: #C4C4C4. Windows color (decimal): -4207445 or 11259071. OLE color: 11259071.
HSL color Cylindrical-coordinate representation of color #BFCCAB: hue angle of 83.64º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFCCAB is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 171 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.2 |
| HSL | 83.64º | 0.24% | 0.74% | - |
| HSV(B) | 83.64º | 0.16% | 0.8% | - |
| XYZ | 50.43 | 57.2 | 46.91 | - |
| YUV | 196.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 171 | 0.06 | 0 | 0.16 | 0.2 | 83.64 | 0.24 | 0.74 |
| Hex | BF | CC | AB | 6 | 0 | 10 | 14 | 54 | 18 | 4A |
| Octal | 277 | 314 | 253 | 6 | 0 | 20 | 24 | 124 | 30 | 112 |
| Binary | 10111111 | 11001100 | 10101011 | 110 | 0 | 10000 | 10100 | 1010100 | 11000 | 1001010 |
Color Harmonies of #BFCCAB
Complementary color
Monochromatic Colors of #BFCCAB
Black with #BFCCAB
Text Example
Text Example
White with #BFCCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCAB; }
p { color: rgb(191,204,171); }
H1.HeaderClassName
{
color: #BFCCAB;
}
.AnyTagClassName
{
color: #BFCCAB;
}
</style>
background-color css
<style>
a { background-color: #BFCCAB; }
a { background-color: rgb(191,204,171); }
div.DivClassName
{
background-color: #BFCCAB;
}
.BgClassName
{
background-color: #BFCCAB;
}
</style>
border-color css
<style>
span { border-color: #BFCCAB; }
span { border-color: rgb(191,204,171); }
td.TdClassName
{
border-color: #BFCCAB;
}
.TagClassName
{
border-color: #BFCCAB;
}
</style>