Shades of Pixie Green #B4CAA8
Tints of Pixie Green #B4CAA8
RGB
CMYK
RGB Variations
Color information
#B4CAA8 (or 0xB4CAA8) is known color: Pixie Green. HEX triplet: B4, CA and A8. RGB value is (180,202,168). Sum of RGB (Red+Green+Blue) = 180+202+168=550 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.73% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CAA8 is #4B3557. Grayscale: #BFBFBF. Windows color (decimal): -4928856 or 11061940. OLE color: 11061940.
HSL color Cylindrical-coordinate representation of color #B4CAA8: hue angle of 98.82º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4CAA8 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 202 | 168 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.21 |
| HSL | 98.82º | 0.24% | 0.73% | - |
| HSV(B) | 98.82º | 0.17% | 0.79% | - |
| XYZ | 47.01 | 54.77 | 45.14 | - |
| YUV | 191.55 | 114.71 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 202 | 168 | 0.11 | 0 | 0.17 | 0.21 | 98.82 | 0.24 | 0.73 |
| Hex | B4 | CA | A8 | B | 0 | 11 | 15 | 63 | 18 | 49 |
| Octal | 264 | 312 | 250 | 13 | 0 | 21 | 25 | 143 | 30 | 111 |
| Binary | 10110100 | 11001010 | 10101000 | 1011 | 0 | 10001 | 10101 | 1100011 | 11000 | 1001001 |
Color Harmonies of #B4CAA8
Complementary color
Monochromatic Colors of #B4CAA8
Black with #B4CAA8
Text Example
Text Example
White with #B4CAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CAA8; }
p { color: rgb(180,202,168); }
H1.HeaderClassName
{
color: #B4CAA8;
}
.AnyTagClassName
{
color: #B4CAA8;
}
</style>
background-color css
<style>
a { background-color: #B4CAA8; }
a { background-color: rgb(180,202,168); }
div.DivClassName
{
background-color: #B4CAA8;
}
.BgClassName
{
background-color: #B4CAA8;
}
</style>
border-color css
<style>
span { border-color: #B4CAA8; }
span { border-color: rgb(180,202,168); }
td.TdClassName
{
border-color: #B4CAA8;
}
.TagClassName
{
border-color: #B4CAA8;
}
</style>