Shades of Pale Leaf #BFC8A8
Tints of Pale Leaf #BFC8A8
RGB
CMYK
RGB Variations
Color information
#BFC8A8 (or 0xBFC8A8) is known color: Pale Leaf. HEX triplet: BF, C8 and A8. RGB value is (191,200,168). Sum of RGB (Red+Green+Blue) = 191+200+168=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 200 (78.52% from 255 or 35.78% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC8A8 is #403757. Grayscale: #C1C1C1. Windows color (decimal): -4208472 or 11061439. OLE color: 11061439.
HSL color Cylindrical-coordinate representation of color #BFC8A8: hue angle of 76.88º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFC8A8 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 168 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.22 |
| HSL | 76.88º | 0.23% | 0.72% | - |
| HSV(B) | 76.88º | 0.16% | 0.78% | - |
| XYZ | 49.21 | 55.21 | 45.11 | - |
| YUV | 193.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 168 | 0.04 | 0 | 0.16 | 0.22 | 76.88 | 0.23 | 0.72 |
| Hex | BF | C8 | A8 | 4 | 0 | 10 | 16 | 4D | 17 | 48 |
| Octal | 277 | 310 | 250 | 4 | 0 | 20 | 26 | 115 | 27 | 110 |
| Binary | 10111111 | 11001000 | 10101000 | 100 | 0 | 10000 | 10110 | 1001101 | 10111 | 1001000 |
Color Harmonies of #BFC8A8
Complementary color
Monochromatic Colors of #BFC8A8
Black with #BFC8A8
Text Example
Text Example
White with #BFC8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8A8; }
p { color: rgb(191,200,168); }
H1.HeaderClassName
{
color: #BFC8A8;
}
.AnyTagClassName
{
color: #BFC8A8;
}
</style>
background-color css
<style>
a { background-color: #BFC8A8; }
a { background-color: rgb(191,200,168); }
div.DivClassName
{
background-color: #BFC8A8;
}
.BgClassName
{
background-color: #BFC8A8;
}
</style>
border-color css
<style>
span { border-color: #BFC8A8; }
span { border-color: rgb(191,200,168); }
td.TdClassName
{
border-color: #BFC8A8;
}
.TagClassName
{
border-color: #BFC8A8;
}
</style>