Shades of Pale Leaf #B9BFAC
Tints of Pale Leaf #B9BFAC
RGB
CMYK
RGB Variations
Color information
#B9BFAC (or 0xB9BFAC) is known color: Pale Leaf. HEX triplet: B9, BF and AC. RGB value is (185,191,172). Sum of RGB (Red+Green+Blue) = 185+191+172=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BFAC is #464053. Grayscale: #BBBBBB. Windows color (decimal): -4603988 or 11321273. OLE color: 11321273.
HSL color Cylindrical-coordinate representation of color #B9BFAC: hue angle of 78.95º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9BFAC is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 191 | 172 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.25 |
| HSL | 78.95º | 0.13% | 0.71% | - |
| HSV(B) | 78.95º | 0.1% | 0.75% | - |
| XYZ | 46.08 | 50.55 | 46.36 | - |
| YUV | 187.04 | 119.51 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 191 | 172 | 0.03 | 0 | 0.10 | 0.25 | 78.95 | 0.13 | 0.71 |
| Hex | B9 | BF | AC | 3 | 0 | A | 19 | 4F | D | 47 |
| Octal | 271 | 277 | 254 | 3 | 0 | 12 | 31 | 117 | 15 | 107 |
| Binary | 10111001 | 10111111 | 10101100 | 11 | 0 | 1010 | 11001 | 1001111 | 1101 | 1000111 |
Color Harmonies of #B9BFAC
Complementary color
Monochromatic Colors of #B9BFAC
Black with #B9BFAC
Text Example
Text Example
White with #B9BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BFAC; }
p { color: rgb(185,191,172); }
H1.HeaderClassName
{
color: #B9BFAC;
}
.AnyTagClassName
{
color: #B9BFAC;
}
</style>
background-color css
<style>
a { background-color: #B9BFAC; }
a { background-color: rgb(185,191,172); }
div.DivClassName
{
background-color: #B9BFAC;
}
.BgClassName
{
background-color: #B9BFAC;
}
</style>
border-color css
<style>
span { border-color: #B9BFAC; }
span { border-color: rgb(185,191,172); }
td.TdClassName
{
border-color: #B9BFAC;
}
.TagClassName
{
border-color: #B9BFAC;
}
</style>