Shades of Pale Leaf #B9BFAB
Tints of Pale Leaf #B9BFAB
RGB
CMYK
RGB Variations
Color information
#B9BFAB (or 0xB9BFAB) is known color: Pale Leaf. HEX triplet: B9, BF and AB. RGB value is (185,191,171). Sum of RGB (Red+Green+Blue) = 185+191+171=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BFAB is #464054. Grayscale: #BBBBBB. Windows color (decimal): -4603989 or 11255737. OLE color: 11255737.
HSL color Cylindrical-coordinate representation of color #B9BFAB: hue angle of 78º degrees, saturation: 0.14, 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 #B9BFAB is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 185 | 191 | 171 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.25 |
| HSL | 78º | 0.14% | 0.71% | - |
| HSV(B) | 78º | 0.1% | 0.75% | - |
| XYZ | 45.99 | 50.52 | 45.85 | - |
| YUV | 186.93 | 119.01 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 191 | 171 | 0.03 | 0 | 0.10 | 0.25 | 78 | 0.14 | 0.71 |
| Hex | B9 | BF | AB | 3 | 0 | A | 19 | 4E | E | 47 |
| Octal | 271 | 277 | 253 | 3 | 0 | 12 | 31 | 116 | 16 | 107 |
| Binary | 10111001 | 10111111 | 10101011 | 11 | 0 | 1010 | 11001 | 1001110 | 1110 | 1000111 |
Color Harmonies of #B9BFAB
Complementary color
Monochromatic Colors of #B9BFAB
Black with #B9BFAB
Text Example
Text Example
White with #B9BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9BFAB; }
p { color: rgb(185,191,171); }
H1.HeaderClassName
{
color: #B9BFAB;
}
.AnyTagClassName
{
color: #B9BFAB;
}
</style>
background-color css
<style>
a { background-color: #B9BFAB; }
a { background-color: rgb(185,191,171); }
div.DivClassName
{
background-color: #B9BFAB;
}
.BgClassName
{
background-color: #B9BFAB;
}
</style>
border-color css
<style>
span { border-color: #B9BFAB; }
span { border-color: rgb(185,191,171); }
td.TdClassName
{
border-color: #B9BFAB;
}
.TagClassName
{
border-color: #B9BFAB;
}
</style>