Shades of Pale Leaf #BFC5AF
Tints of Pale Leaf #BFC5AF
RGB
CMYK
RGB Variations
Color information
#BFC5AF (or 0xBFC5AF) is known color: Pale Leaf. HEX triplet: BF, C5 and AF. RGB value is (191,197,175). Sum of RGB (Red+Green+Blue) = 191+197+175=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC5AF is #403A50. Grayscale: #C0C0C0. Windows color (decimal): -4209233 or 11519423. OLE color: 11519423.
HSL color Cylindrical-coordinate representation of color #BFC5AF: hue angle of 76.36º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFC5AF is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 175 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.23 |
| HSL | 76.36º | 0.16% | 0.73% | - |
| HSV(B) | 76.36º | 0.11% | 0.77% | - |
| XYZ | 49.19 | 54.1 | 48.41 | - |
| YUV | 192.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 175 | 0.03 | 0 | 0.11 | 0.23 | 76.36 | 0.16 | 0.73 |
| Hex | BF | C5 | AF | 3 | 0 | B | 17 | 4C | 10 | 49 |
| Octal | 277 | 305 | 257 | 3 | 0 | 13 | 27 | 114 | 20 | 111 |
| Binary | 10111111 | 11000101 | 10101111 | 11 | 0 | 1011 | 10111 | 1001100 | 10000 | 1001001 |
Color Harmonies of #BFC5AF
Complementary color
Monochromatic Colors of #BFC5AF
Black with #BFC5AF
Text Example
Text Example
White with #BFC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5AF; }
p { color: rgb(191,197,175); }
H1.HeaderClassName
{
color: #BFC5AF;
}
.AnyTagClassName
{
color: #BFC5AF;
}
</style>
background-color css
<style>
a { background-color: #BFC5AF; }
a { background-color: rgb(191,197,175); }
div.DivClassName
{
background-color: #BFC5AF;
}
.BgClassName
{
background-color: #BFC5AF;
}
</style>
border-color css
<style>
span { border-color: #BFC5AF; }
span { border-color: rgb(191,197,175); }
td.TdClassName
{
border-color: #BFC5AF;
}
.TagClassName
{
border-color: #BFC5AF;
}
</style>