Shades of Pale Leaf #BFCCAA
Tints of Pale Leaf #BFCCAA
RGB
CMYK
RGB Variations
Color information
#BFCCAA (or 0xBFCCAA) is known color: Pale Leaf. HEX triplet: BF, CC and AA. RGB value is (191,204,170). Sum of RGB (Red+Green+Blue) = 191+204+170=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCCAA is #403355. Grayscale: #C4C4C4. Windows color (decimal): -4207446 or 11193535. OLE color: 11193535.
HSL color Cylindrical-coordinate representation of color #BFCCAA: hue angle of 82.94º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFCCAA is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 170 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.2 |
| HSL | 82.94º | 0.25% | 0.73% | - |
| HSV(B) | 82.94º | 0.17% | 0.8% | - |
| XYZ | 50.33 | 57.16 | 46.41 | - |
| YUV | 196.24 | 113.19 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 170 | 0.06 | 0 | 0.17 | 0.2 | 82.94 | 0.25 | 0.73 |
| Hex | BF | CC | AA | 6 | 0 | 11 | 14 | 53 | 19 | 49 |
| Octal | 277 | 314 | 252 | 6 | 0 | 21 | 24 | 123 | 31 | 111 |
| Binary | 10111111 | 11001100 | 10101010 | 110 | 0 | 10001 | 10100 | 1010011 | 11001 | 1001001 |
Color Harmonies of #BFCCAA
Complementary color
Monochromatic Colors of #BFCCAA
Black with #BFCCAA
Text Example
Text Example
White with #BFCCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCAA; }
p { color: rgb(191,204,170); }
H1.HeaderClassName
{
color: #BFCCAA;
}
.AnyTagClassName
{
color: #BFCCAA;
}
</style>
background-color css
<style>
a { background-color: #BFCCAA; }
a { background-color: rgb(191,204,170); }
div.DivClassName
{
background-color: #BFCCAA;
}
.BgClassName
{
background-color: #BFCCAA;
}
</style>
border-color css
<style>
span { border-color: #BFCCAA; }
span { border-color: rgb(191,204,170); }
td.TdClassName
{
border-color: #BFCCAA;
}
.TagClassName
{
border-color: #BFCCAA;
}
</style>