Shades of Pale Leaf #BFC6B0
Tints of Pale Leaf #BFC6B0
RGB
CMYK
RGB Variations
Color information
#BFC6B0 (or 0xBFC6B0) is known color: Pale Leaf. HEX triplet: BF, C6 and B0. RGB value is (191,198,176). Sum of RGB (Red+Green+Blue) = 191+198+176=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC6B0 is #40394F. Grayscale: #C1C1C1. Windows color (decimal): -4208976 or 11585215. OLE color: 11585215.
HSL color Cylindrical-coordinate representation of color #BFC6B0: hue angle of 79.09º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFC6B0 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 198 | 176 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.22 |
| HSL | 79.09º | 0.16% | 0.73% | - |
| HSV(B) | 79.09º | 0.11% | 0.78% | - |
| XYZ | 49.52 | 54.6 | 49 | - |
| YUV | 193.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 198 | 176 | 0.04 | 0 | 0.11 | 0.22 | 79.09 | 0.16 | 0.73 |
| Hex | BF | C6 | B0 | 4 | 0 | B | 16 | 4F | 10 | 49 |
| Octal | 277 | 306 | 260 | 4 | 0 | 13 | 26 | 117 | 20 | 111 |
| Binary | 10111111 | 11000110 | 10110000 | 100 | 0 | 1011 | 10110 | 1001111 | 10000 | 1001001 |
Color Harmonies of #BFC6B0
Complementary color
Monochromatic Colors of #BFC6B0
Black with #BFC6B0
Text Example
Text Example
White with #BFC6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC6B0; }
p { color: rgb(191,198,176); }
H1.HeaderClassName
{
color: #BFC6B0;
}
.AnyTagClassName
{
color: #BFC6B0;
}
</style>
background-color css
<style>
a { background-color: #BFC6B0; }
a { background-color: rgb(191,198,176); }
div.DivClassName
{
background-color: #BFC6B0;
}
.BgClassName
{
background-color: #BFC6B0;
}
</style>
border-color css
<style>
span { border-color: #BFC6B0; }
span { border-color: rgb(191,198,176); }
td.TdClassName
{
border-color: #BFC6B0;
}
.TagClassName
{
border-color: #BFC6B0;
}
</style>