Shades of Pale Leaf #BFC9B1
Tints of Pale Leaf #BFC9B1
RGB
CMYK
RGB Variations
Color information
#BFC9B1 (or 0xBFC9B1) is known color: Pale Leaf. HEX triplet: BF, C9 and B1. RGB value is (191,201,177). Sum of RGB (Red+Green+Blue) = 191+201+177=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 177 (69.53% from 255 or 31.11% from 569); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC9B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC9B1 is #40364E. Grayscale: #C3C3C3. Windows color (decimal): -4208207 or 11651519. OLE color: 11651519.
HSL color Cylindrical-coordinate representation of color #BFC9B1: hue angle of 85º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFC9B1 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 201 | 177 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.21 |
| HSL | 85º | 0.18% | 0.74% | - |
| HSV(B) | 85º | 0.12% | 0.79% | - |
| XYZ | 50.31 | 56.02 | 49.76 | - |
| YUV | 195.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 201 | 177 | 0.05 | 0 | 0.12 | 0.21 | 85 | 0.18 | 0.74 |
| Hex | BF | C9 | B1 | 5 | 0 | C | 15 | 55 | 12 | 4A |
| Octal | 277 | 311 | 261 | 5 | 0 | 14 | 25 | 125 | 22 | 112 |
| Binary | 10111111 | 11001001 | 10110001 | 101 | 0 | 1100 | 10101 | 1010101 | 10010 | 1001010 |
Color Harmonies of #BFC9B1
Complementary color
Monochromatic Colors of #BFC9B1
Black with #BFC9B1
Text Example
Text Example
White with #BFC9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC9B1; }
p { color: rgb(191,201,177); }
H1.HeaderClassName
{
color: #BFC9B1;
}
.AnyTagClassName
{
color: #BFC9B1;
}
</style>
background-color css
<style>
a { background-color: #BFC9B1; }
a { background-color: rgb(191,201,177); }
div.DivClassName
{
background-color: #BFC9B1;
}
.BgClassName
{
background-color: #BFC9B1;
}
</style>
border-color css
<style>
span { border-color: #BFC9B1; }
span { border-color: rgb(191,201,177); }
td.TdClassName
{
border-color: #BFC9B1;
}
.TagClassName
{
border-color: #BFC9B1;
}
</style>