Shades of Pale Leaf #BFC8A3
Tints of Pale Leaf #BFC8A3
RGB
CMYK
RGB Variations
Color information
#BFC8A3 (or 0xBFC8A3) is known color: Pale Leaf. HEX triplet: BF, C8 and A3. RGB value is (191,200,163). Sum of RGB (Red+Green+Blue) = 191+200+163=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 163 (64.06% from 255 or 29.42% from 554); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC8A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC8A3 is #40375C. Grayscale: #C1C1C1. Windows color (decimal): -4208477 or 10733759. OLE color: 10733759.
HSL color Cylindrical-coordinate representation of color #BFC8A3: hue angle of 74.59º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFC8A3 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 163 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.22 |
| HSL | 74.59º | 0.25% | 0.71% | - |
| HSV(B) | 74.59º | 0.19% | 0.78% | - |
| XYZ | 48.75 | 55.03 | 42.7 | - |
| YUV | 193.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 163 | 0.04 | 0 | 0.18 | 0.22 | 74.59 | 0.25 | 0.71 |
| Hex | BF | C8 | A3 | 4 | 0 | 12 | 16 | 4B | 19 | 47 |
| Octal | 277 | 310 | 243 | 4 | 0 | 22 | 26 | 113 | 31 | 107 |
| Binary | 10111111 | 11001000 | 10100011 | 100 | 0 | 10010 | 10110 | 1001011 | 11001 | 1000111 |
Color Harmonies of #BFC8A3
Complementary color
Monochromatic Colors of #BFC8A3
Black with #BFC8A3
Text Example
Text Example
White with #BFC8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8A3; }
p { color: rgb(191,200,163); }
H1.HeaderClassName
{
color: #BFC8A3;
}
.AnyTagClassName
{
color: #BFC8A3;
}
</style>
background-color css
<style>
a { background-color: #BFC8A3; }
a { background-color: rgb(191,200,163); }
div.DivClassName
{
background-color: #BFC8A3;
}
.BgClassName
{
background-color: #BFC8A3;
}
</style>
border-color css
<style>
span { border-color: #BFC8A3; }
span { border-color: rgb(191,200,163); }
td.TdClassName
{
border-color: #BFC8A3;
}
.TagClassName
{
border-color: #BFC8A3;
}
</style>