Shades of Pale Leaf #BFC8B1
Tints of Pale Leaf #BFC8B1
RGB
CMYK
RGB Variations
Color information
#BFC8B1 (or 0xBFC8B1) is known color: Pale Leaf. HEX triplet: BF, C8 and B1. RGB value is (191,200,177). Sum of RGB (Red+Green+Blue) = 191+200+177=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 200 (78.52% from 255 or 35.21% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC8B1 is #40374E. Grayscale: #C2C2C2. Windows color (decimal): -4208463 or 11651263. OLE color: 11651263.
HSL color Cylindrical-coordinate representation of color #BFC8B1: hue angle of 83.48º 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 #BFC8B1 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 177 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.22 |
| HSL | 83.48º | 0.17% | 0.74% | - |
| HSV(B) | 83.48º | 0.12% | 0.78% | - |
| XYZ | 50.08 | 55.56 | 49.68 | - |
| YUV | 194.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 177 | 0.04 | 0 | 0.12 | 0.22 | 83.48 | 0.17 | 0.74 |
| Hex | BF | C8 | B1 | 4 | 0 | C | 16 | 53 | 11 | 4A |
| Octal | 277 | 310 | 261 | 4 | 0 | 14 | 26 | 123 | 21 | 112 |
| Binary | 10111111 | 11001000 | 10110001 | 100 | 0 | 1100 | 10110 | 1010011 | 10001 | 1001010 |
Color Harmonies of #BFC8B1
Complementary color
Monochromatic Colors of #BFC8B1
Black with #BFC8B1
Text Example
Text Example
White with #BFC8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8B1; }
p { color: rgb(191,200,177); }
H1.HeaderClassName
{
color: #BFC8B1;
}
.AnyTagClassName
{
color: #BFC8B1;
}
</style>
background-color css
<style>
a { background-color: #BFC8B1; }
a { background-color: rgb(191,200,177); }
div.DivClassName
{
background-color: #BFC8B1;
}
.BgClassName
{
background-color: #BFC8B1;
}
</style>
border-color css
<style>
span { border-color: #BFC8B1; }
span { border-color: rgb(191,200,177); }
td.TdClassName
{
border-color: #BFC8B1;
}
.TagClassName
{
border-color: #BFC8B1;
}
</style>