Shades of Pale Leaf #BFC6AA
Tints of Pale Leaf #BFC6AA
RGB
CMYK
RGB Variations
Color information
#BFC6AA (or 0xBFC6AA) is known color: Pale Leaf. HEX triplet: BF, C6 and AA. RGB value is (191,198,170). Sum of RGB (Red+Green+Blue) = 191+198+170=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC6AA is #403955. Grayscale: #C0C0C0. Windows color (decimal): -4208982 or 11191999. OLE color: 11191999.
HSL color Cylindrical-coordinate representation of color #BFC6AA: hue angle of 75º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFC6AA is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 170 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.22 |
| HSL | 75º | 0.2% | 0.72% | - |
| HSV(B) | 75º | 0.14% | 0.78% | - |
| XYZ | 48.94 | 54.37 | 45.94 | - |
| YUV | 192.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 170 | 0.04 | 0 | 0.14 | 0.22 | 75 | 0.2 | 0.72 |
| Hex | BF | C6 | AA | 4 | 0 | E | 16 | 4B | 14 | 48 |
| Octal | 277 | 306 | 252 | 4 | 0 | 16 | 26 | 113 | 24 | 110 |
| Binary | 10111111 | 11000110 | 10101010 | 100 | 0 | 1110 | 10110 | 1001011 | 10100 | 1001000 |
Color Harmonies of #BFC6AA
Complementary color
Monochromatic Colors of #BFC6AA
Black with #BFC6AA
Text Example
Text Example
White with #BFC6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC6AA; }
p { color: rgb(191,198,170); }
H1.HeaderClassName
{
color: #BFC6AA;
}
.AnyTagClassName
{
color: #BFC6AA;
}
</style>
background-color css
<style>
a { background-color: #BFC6AA; }
a { background-color: rgb(191,198,170); }
div.DivClassName
{
background-color: #BFC6AA;
}
.BgClassName
{
background-color: #BFC6AA;
}
</style>
border-color css
<style>
span { border-color: #BFC6AA; }
span { border-color: rgb(191,198,170); }
td.TdClassName
{
border-color: #BFC6AA;
}
.TagClassName
{
border-color: #BFC6AA;
}
</style>