Shades of Pale Leaf #B8C2AA
Tints of Pale Leaf #B8C2AA
RGB
CMYK
RGB Variations
Color information
#B8C2AA (or 0xB8C2AA) is known color: Pale Leaf. HEX triplet: B8, C2 and AA. RGB value is (184,194,170). Sum of RGB (Red+Green+Blue) = 184+194+170=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C2AA is #473D55. Grayscale: #BCBCBC. Windows color (decimal): -4668758 or 11190968. OLE color: 11190968.
HSL color Cylindrical-coordinate representation of color #B8C2AA: hue angle of 85º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B8C2AA is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 170 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.24 |
| HSL | 85º | 0.16% | 0.71% | - |
| HSV(B) | 85º | 0.12% | 0.76% | - |
| XYZ | 46.31 | 51.68 | 45.56 | - |
| YUV | 188.27 | 117.69 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 170 | 0.05 | 0 | 0.12 | 0.24 | 85 | 0.16 | 0.71 |
| Hex | B8 | C2 | AA | 5 | 0 | C | 18 | 55 | 10 | 47 |
| Octal | 270 | 302 | 252 | 5 | 0 | 14 | 30 | 125 | 20 | 107 |
| Binary | 10111000 | 11000010 | 10101010 | 101 | 0 | 1100 | 11000 | 1010101 | 10000 | 1000111 |
Color Harmonies of #B8C2AA
Complementary color
Monochromatic Colors of #B8C2AA
Black with #B8C2AA
Text Example
Text Example
White with #B8C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C2AA; }
p { color: rgb(184,194,170); }
H1.HeaderClassName
{
color: #B8C2AA;
}
.AnyTagClassName
{
color: #B8C2AA;
}
</style>
background-color css
<style>
a { background-color: #B8C2AA; }
a { background-color: rgb(184,194,170); }
div.DivClassName
{
background-color: #B8C2AA;
}
.BgClassName
{
background-color: #B8C2AA;
}
</style>
border-color css
<style>
span { border-color: #B8C2AA; }
span { border-color: rgb(184,194,170); }
td.TdClassName
{
border-color: #B8C2AA;
}
.TagClassName
{
border-color: #B8C2AA;
}
</style>