Shades of Pale Leaf #BFCCAC
Tints of Pale Leaf #BFCCAC
RGB
CMYK
RGB Variations
Color information
#BFCCAC (or 0xBFCCAC) is known color: Pale Leaf. HEX triplet: BF, CC and AC. RGB value is (191,204,172). Sum of RGB (Red+Green+Blue) = 191+204+172=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCCAC is #403353. Grayscale: #C4C4C4. Windows color (decimal): -4207444 or 11324607. OLE color: 11324607.
HSL color Cylindrical-coordinate representation of color #BFCCAC: hue angle of 84.38º 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 #BFCCAC is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 172 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.2 |
| HSL | 84.38º | 0.24% | 0.74% | - |
| HSV(B) | 84.38º | 0.16% | 0.8% | - |
| XYZ | 50.53 | 57.24 | 47.42 | - |
| YUV | 196.47 | 114.19 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 172 | 0.06 | 0 | 0.16 | 0.2 | 84.38 | 0.24 | 0.74 |
| Hex | BF | CC | AC | 6 | 0 | 10 | 14 | 54 | 18 | 4A |
| Octal | 277 | 314 | 254 | 6 | 0 | 20 | 24 | 124 | 30 | 112 |
| Binary | 10111111 | 11001100 | 10101100 | 110 | 0 | 10000 | 10100 | 1010100 | 11000 | 1001010 |
Color Harmonies of #BFCCAC
Complementary color
Monochromatic Colors of #BFCCAC
Black with #BFCCAC
Text Example
Text Example
White with #BFCCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCAC; }
p { color: rgb(191,204,172); }
H1.HeaderClassName
{
color: #BFCCAC;
}
.AnyTagClassName
{
color: #BFCCAC;
}
</style>
background-color css
<style>
a { background-color: #BFCCAC; }
a { background-color: rgb(191,204,172); }
div.DivClassName
{
background-color: #BFCCAC;
}
.BgClassName
{
background-color: #BFCCAC;
}
</style>
border-color css
<style>
span { border-color: #BFCCAC; }
span { border-color: rgb(191,204,172); }
td.TdClassName
{
border-color: #BFCCAC;
}
.TagClassName
{
border-color: #BFCCAC;
}
</style>