Shades of Pale Leaf #BFC5B1
Tints of Pale Leaf #BFC5B1
RGB
CMYK
RGB Variations
Color information
#BFC5B1 (or 0xBFC5B1) is known color: Pale Leaf. HEX triplet: BF, C5 and B1. RGB value is (191,197,177). Sum of RGB (Red+Green+Blue) = 191+197+177=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 177 (69.53% from 255 or 31.33% from 565); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC5B1 is #403A4E. Grayscale: #C0C0C0. Windows color (decimal): -4209231 or 11650495. OLE color: 11650495.
HSL color Cylindrical-coordinate representation of color #BFC5B1: hue angle of 78º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFC5B1 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 177 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.23 |
| HSL | 78º | 0.15% | 0.73% | - |
| HSV(B) | 78º | 0.1% | 0.77% | - |
| XYZ | 49.39 | 54.18 | 49.45 | - |
| YUV | 192.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 177 | 0.03 | 0 | 0.10 | 0.23 | 78 | 0.15 | 0.73 |
| Hex | BF | C5 | B1 | 3 | 0 | A | 17 | 4E | F | 49 |
| Octal | 277 | 305 | 261 | 3 | 0 | 12 | 27 | 116 | 17 | 111 |
| Binary | 10111111 | 11000101 | 10110001 | 11 | 0 | 1010 | 10111 | 1001110 | 1111 | 1001001 |
Color Harmonies of #BFC5B1
Complementary color
Monochromatic Colors of #BFC5B1
Black with #BFC5B1
Text Example
Text Example
White with #BFC5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5B1; }
p { color: rgb(191,197,177); }
H1.HeaderClassName
{
color: #BFC5B1;
}
.AnyTagClassName
{
color: #BFC5B1;
}
</style>
background-color css
<style>
a { background-color: #BFC5B1; }
a { background-color: rgb(191,197,177); }
div.DivClassName
{
background-color: #BFC5B1;
}
.BgClassName
{
background-color: #BFC5B1;
}
</style>
border-color css
<style>
span { border-color: #BFC5B1; }
span { border-color: rgb(191,197,177); }
td.TdClassName
{
border-color: #BFC5B1;
}
.TagClassName
{
border-color: #BFC5B1;
}
</style>