Shades of Pale Leaf #BFC9A3
Tints of Pale Leaf #BFC9A3
RGB
CMYK
RGB Variations
Color information
#BFC9A3 (or 0xBFC9A3) is known color: Pale Leaf. HEX triplet: BF, C9 and A3. RGB value is (191,201,163). Sum of RGB (Red+Green+Blue) = 191+201+163=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 163 (64.06% from 255 or 29.37% from 555); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC9A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC9A3 is #40365C. Grayscale: #C1C1C1. Windows color (decimal): -4208221 or 10734015. OLE color: 10734015.
HSL color Cylindrical-coordinate representation of color #BFC9A3: hue angle of 75.79º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFC9A3 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 163 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.21 |
| HSL | 75.79º | 0.26% | 0.71% | - |
| HSV(B) | 75.79º | 0.19% | 0.79% | - |
| XYZ | 48.98 | 55.49 | 42.78 | - |
| YUV | 193.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 163 | 0.05 | 0 | 0.19 | 0.21 | 75.79 | 0.26 | 0.71 |
| Hex | BF | C9 | A3 | 5 | 0 | 13 | 15 | 4C | 1A | 47 |
| Octal | 277 | 311 | 243 | 5 | 0 | 23 | 25 | 114 | 32 | 107 |
| Binary | 10111111 | 11001001 | 10100011 | 101 | 0 | 10011 | 10101 | 1001100 | 11010 | 1000111 |
Color Harmonies of #BFC9A3
Complementary color
Monochromatic Colors of #BFC9A3
Black with #BFC9A3
Text Example
Text Example
White with #BFC9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9A3; }
p { color: rgb(191,201,163); }
H1.HeaderClassName
{
color: #BFC9A3;
}
.AnyTagClassName
{
color: #BFC9A3;
}
</style>
background-color css
<style>
a { background-color: #BFC9A3; }
a { background-color: rgb(191,201,163); }
div.DivClassName
{
background-color: #BFC9A3;
}
.BgClassName
{
background-color: #BFC9A3;
}
</style>
border-color css
<style>
span { border-color: #BFC9A3; }
span { border-color: rgb(191,201,163); }
td.TdClassName
{
border-color: #BFC9A3;
}
.TagClassName
{
border-color: #BFC9A3;
}
</style>