Shades of Pale Leaf #BFC7B0
Tints of Pale Leaf #BFC7B0
RGB
CMYK
RGB Variations
Color information
#BFC7B0 (or 0xBFC7B0) is known color: Pale Leaf. HEX triplet: BF, C7 and B0. RGB value is (191,199,176). Sum of RGB (Red+Green+Blue) = 191+199+176=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC7B0 is #40384F. Grayscale: #C2C2C2. Windows color (decimal): -4208720 or 11585471. OLE color: 11585471.
HSL color Cylindrical-coordinate representation of color #BFC7B0: hue angle of 80.87º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFC7B0 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 176 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.22 |
| HSL | 80.87º | 0.17% | 0.74% | - |
| HSV(B) | 80.87º | 0.12% | 0.78% | - |
| XYZ | 49.75 | 55.06 | 49.08 | - |
| YUV | 193.99 | 117.85 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 176 | 0.04 | 0 | 0.12 | 0.22 | 80.87 | 0.17 | 0.74 |
| Hex | BF | C7 | B0 | 4 | 0 | C | 16 | 51 | 11 | 4A |
| Octal | 277 | 307 | 260 | 4 | 0 | 14 | 26 | 121 | 21 | 112 |
| Binary | 10111111 | 11000111 | 10110000 | 100 | 0 | 1100 | 10110 | 1010001 | 10001 | 1001010 |
Color Harmonies of #BFC7B0
Complementary color
Monochromatic Colors of #BFC7B0
Black with #BFC7B0
Text Example
Text Example
White with #BFC7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC7B0; }
p { color: rgb(191,199,176); }
H1.HeaderClassName
{
color: #BFC7B0;
}
.AnyTagClassName
{
color: #BFC7B0;
}
</style>
background-color css
<style>
a { background-color: #BFC7B0; }
a { background-color: rgb(191,199,176); }
div.DivClassName
{
background-color: #BFC7B0;
}
.BgClassName
{
background-color: #BFC7B0;
}
</style>
border-color css
<style>
span { border-color: #BFC7B0; }
span { border-color: rgb(191,199,176); }
td.TdClassName
{
border-color: #BFC7B0;
}
.TagClassName
{
border-color: #BFC7B0;
}
</style>