Shades of Pale Leaf #BFC8B0
Tints of Pale Leaf #BFC8B0
RGB
CMYK
RGB Variations
Color information
#BFC8B0 (or 0xBFC8B0) is known color: Pale Leaf. HEX triplet: BF, C8 and B0. RGB value is (191,200,176). Sum of RGB (Red+Green+Blue) = 191+200+176=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 176 (69.14% from 255 or 31.04% from 567); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC8B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC8B0 is #40374F. Grayscale: #C2C2C2. Windows color (decimal): -4208464 or 11585727. OLE color: 11585727.
HSL color Cylindrical-coordinate representation of color #BFC8B0: hue angle of 82.5º degrees, saturation: 0.18, 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 #BFC8B0 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 200 | 176 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.22 |
| HSL | 82.5º | 0.18% | 0.74% | - |
| HSV(B) | 82.5º | 0.12% | 0.78% | - |
| XYZ | 49.98 | 55.52 | 49.16 | - |
| YUV | 194.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 200 | 176 | 0.04 | 0 | 0.12 | 0.22 | 82.5 | 0.18 | 0.74 |
| Hex | BF | C8 | B0 | 4 | 0 | C | 16 | 52 | 12 | 4A |
| Octal | 277 | 310 | 260 | 4 | 0 | 14 | 26 | 122 | 22 | 112 |
| Binary | 10111111 | 11001000 | 10110000 | 100 | 0 | 1100 | 10110 | 1010010 | 10010 | 1001010 |
Color Harmonies of #BFC8B0
Complementary color
Monochromatic Colors of #BFC8B0
Black with #BFC8B0
Text Example
Text Example
White with #BFC8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8B0; }
p { color: rgb(191,200,176); }
H1.HeaderClassName
{
color: #BFC8B0;
}
.AnyTagClassName
{
color: #BFC8B0;
}
</style>
background-color css
<style>
a { background-color: #BFC8B0; }
a { background-color: rgb(191,200,176); }
div.DivClassName
{
background-color: #BFC8B0;
}
.BgClassName
{
background-color: #BFC8B0;
}
</style>
border-color css
<style>
span { border-color: #BFC8B0; }
span { border-color: rgb(191,200,176); }
td.TdClassName
{
border-color: #BFC8B0;
}
.TagClassName
{
border-color: #BFC8B0;
}
</style>