Shades of Pale Leaf #B9C1AB
Tints of Pale Leaf #B9C1AB
RGB
CMYK
RGB Variations
Color information
#B9C1AB (or 0xB9C1AB) is known color: Pale Leaf. HEX triplet: B9, C1 and AB. RGB value is (185,193,171). Sum of RGB (Red+Green+Blue) = 185+193+171=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C1AB is #463E54. Grayscale: #BCBCBC. Windows color (decimal): -4603477 or 11256249. OLE color: 11256249.
HSL color Cylindrical-coordinate representation of color #B9C1AB: hue angle of 81.82º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9C1AB is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 193 | 171 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.24 |
| HSL | 81.82º | 0.15% | 0.71% | - |
| HSV(B) | 81.82º | 0.11% | 0.76% | - |
| XYZ | 46.43 | 51.39 | 46 | - |
| YUV | 188.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 193 | 171 | 0.04 | 0 | 0.11 | 0.24 | 81.82 | 0.15 | 0.71 |
| Hex | B9 | C1 | AB | 4 | 0 | B | 18 | 52 | F | 47 |
| Octal | 271 | 301 | 253 | 4 | 0 | 13 | 30 | 122 | 17 | 107 |
| Binary | 10111001 | 11000001 | 10101011 | 100 | 0 | 1011 | 11000 | 1010010 | 1111 | 1000111 |
Color Harmonies of #B9C1AB
Complementary color
Monochromatic Colors of #B9C1AB
Black with #B9C1AB
Text Example
Text Example
White with #B9C1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9C1AB; }
p { color: rgb(185,193,171); }
H1.HeaderClassName
{
color: #B9C1AB;
}
.AnyTagClassName
{
color: #B9C1AB;
}
</style>
background-color css
<style>
a { background-color: #B9C1AB; }
a { background-color: rgb(185,193,171); }
div.DivClassName
{
background-color: #B9C1AB;
}
.BgClassName
{
background-color: #B9C1AB;
}
</style>
border-color css
<style>
span { border-color: #B9C1AB; }
span { border-color: rgb(185,193,171); }
td.TdClassName
{
border-color: #B9C1AB;
}
.TagClassName
{
border-color: #B9C1AB;
}
</style>