Shades of Pale Leaf #BFC8AF
Tints of Pale Leaf #BFC8AF
RGB
CMYK
RGB Variations
Color information
#BFC8AF (or 0xBFC8AF) is known color: Pale Leaf. HEX triplet: BF, C8 and AF. RGB value is (191,200,175). Sum of RGB (Red+Green+Blue) = 191+200+175=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC8AF is #403750. Grayscale: #C2C2C2. Windows color (decimal): -4208465 or 11520191. OLE color: 11520191.
HSL color Cylindrical-coordinate representation of color #BFC8AF: hue angle of 81.6º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFC8AF is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 175 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.22 |
| HSL | 81.6º | 0.19% | 0.74% | - |
| HSV(B) | 81.6º | 0.13% | 0.78% | - |
| XYZ | 49.88 | 55.48 | 48.64 | - |
| YUV | 194.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 175 | 0.04 | 0 | 0.12 | 0.22 | 81.6 | 0.19 | 0.74 |
| Hex | BF | C8 | AF | 4 | 0 | C | 16 | 52 | 13 | 4A |
| Octal | 277 | 310 | 257 | 4 | 0 | 14 | 26 | 122 | 23 | 112 |
| Binary | 10111111 | 11001000 | 10101111 | 100 | 0 | 1100 | 10110 | 1010010 | 10011 | 1001010 |
Color Harmonies of #BFC8AF
Complementary color
Monochromatic Colors of #BFC8AF
Black with #BFC8AF
Text Example
Text Example
White with #BFC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8AF; }
p { color: rgb(191,200,175); }
H1.HeaderClassName
{
color: #BFC8AF;
}
.AnyTagClassName
{
color: #BFC8AF;
}
</style>
background-color css
<style>
a { background-color: #BFC8AF; }
a { background-color: rgb(191,200,175); }
div.DivClassName
{
background-color: #BFC8AF;
}
.BgClassName
{
background-color: #BFC8AF;
}
</style>
border-color css
<style>
span { border-color: #BFC8AF; }
span { border-color: rgb(191,200,175); }
td.TdClassName
{
border-color: #BFC8AF;
}
.TagClassName
{
border-color: #BFC8AF;
}
</style>