Shades of Pale Leaf #BFC5B3
Tints of Pale Leaf #BFC5B3
RGB
CMYK
RGB Variations
Color information
#BFC5B3 (or 0xBFC5B3) is known color: Pale Leaf. HEX triplet: BF, C5 and B3. RGB value is (191,197,179). Sum of RGB (Red+Green+Blue) = 191+197+179=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 197 (77.34% from 255 or 34.74% from 567); Blue value is 179 (70.31% from 255 or 31.57% from 567); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC5B3 is #403A4C. Grayscale: #C1C1C1. Windows color (decimal): -4209229 or 11781567. OLE color: 11781567.
HSL color Cylindrical-coordinate representation of color #BFC5B3: hue angle of 80º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFC5B3 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 191 | 197 | 179 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.23 |
| HSL | 80º | 0.13% | 0.74% | - |
| HSV(B) | 80º | 0.09% | 0.77% | - |
| XYZ | 49.59 | 54.26 | 50.51 | - |
| YUV | 193.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 197 | 179 | 0.03 | 0 | 0.09 | 0.23 | 80 | 0.13 | 0.74 |
| Hex | BF | C5 | B3 | 3 | 0 | 9 | 17 | 50 | D | 4A |
| Octal | 277 | 305 | 263 | 3 | 0 | 11 | 27 | 120 | 15 | 112 |
| Binary | 10111111 | 11000101 | 10110011 | 11 | 0 | 1001 | 10111 | 1010000 | 1101 | 1001010 |
Color Harmonies of #BFC5B3
Complementary color
Monochromatic Colors of #BFC5B3
Black with #BFC5B3
Text Example
Text Example
White with #BFC5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC5B3; }
p { color: rgb(191,197,179); }
H1.HeaderClassName
{
color: #BFC5B3;
}
.AnyTagClassName
{
color: #BFC5B3;
}
</style>
background-color css
<style>
a { background-color: #BFC5B3; }
a { background-color: rgb(191,197,179); }
div.DivClassName
{
background-color: #BFC5B3;
}
.BgClassName
{
background-color: #BFC5B3;
}
</style>
border-color css
<style>
span { border-color: #BFC5B3; }
span { border-color: rgb(191,197,179); }
td.TdClassName
{
border-color: #BFC5B3;
}
.TagClassName
{
border-color: #BFC5B3;
}
</style>