Shades of Pale Leaf #B8C2A8
Tints of Pale Leaf #B8C2A8
RGB
CMYK
RGB Variations
Color information
#B8C2A8 (or 0xB8C2A8) is known color: Pale Leaf. HEX triplet: B8, C2 and A8. RGB value is (184,194,168). Sum of RGB (Red+Green+Blue) = 184+194+168=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 194 - color contains mainly: green. Hex color #B8C2A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C2A8 is #473D57. Grayscale: #BCBCBC. Windows color (decimal): -4668760 or 11059896. OLE color: 11059896.
HSL color Cylindrical-coordinate representation of color #B8C2A8: hue angle of 83.08º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B8C2A8 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 194 | 168 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.24 |
| HSL | 83.08º | 0.18% | 0.71% | - |
| HSV(B) | 83.08º | 0.13% | 0.76% | - |
| XYZ | 46.13 | 51.6 | 44.57 | - |
| YUV | 188.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 194 | 168 | 0.05 | 0 | 0.13 | 0.24 | 83.08 | 0.18 | 0.71 |
| Hex | B8 | C2 | A8 | 5 | 0 | D | 18 | 53 | 12 | 47 |
| Octal | 270 | 302 | 250 | 5 | 0 | 15 | 30 | 123 | 22 | 107 |
| Binary | 10111000 | 11000010 | 10101000 | 101 | 0 | 1101 | 11000 | 1010011 | 10010 | 1000111 |
Color Harmonies of #B8C2A8
Complementary color
Monochromatic Colors of #B8C2A8
Black with #B8C2A8
Text Example
Text Example
White with #B8C2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C2A8; }
p { color: rgb(184,194,168); }
H1.HeaderClassName
{
color: #B8C2A8;
}
.AnyTagClassName
{
color: #B8C2A8;
}
</style>
background-color css
<style>
a { background-color: #B8C2A8; }
a { background-color: rgb(184,194,168); }
div.DivClassName
{
background-color: #B8C2A8;
}
.BgClassName
{
background-color: #B8C2A8;
}
</style>
border-color css
<style>
span { border-color: #B8C2A8; }
span { border-color: rgb(184,194,168); }
td.TdClassName
{
border-color: #B8C2A8;
}
.TagClassName
{
border-color: #B8C2A8;
}
</style>