Shades of Pixie Green #B2CEA0
Tints of Pixie Green #B2CEA0
RGB
CMYK
RGB Variations
Color information
#B2CEA0 (or 0xB2CEA0) is known color: Pixie Green. HEX triplet: B2, CE and A0. RGB value is (178,206,160). Sum of RGB (Red+Green+Blue) = 178+206+160=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CEA0 is #4D315F. Grayscale: #C0C0C0. Windows color (decimal): -5058912 or 10538674. OLE color: 10538674.
HSL color Cylindrical-coordinate representation of color #B2CEA0: hue angle of 96.52º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2CEA0 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 160 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.19 |
| HSL | 96.52º | 0.32% | 0.72% | - |
| HSV(B) | 96.52º | 0.22% | 0.81% | - |
| XYZ | 46.78 | 56.15 | 41.63 | - |
| YUV | 192.38 | 109.72 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 160 | 0.14 | 0 | 0.22 | 0.19 | 96.52 | 0.32 | 0.72 |
| Hex | B2 | CE | A0 | E | 0 | 16 | 13 | 61 | 20 | 48 |
| Octal | 262 | 316 | 240 | 16 | 0 | 26 | 23 | 141 | 40 | 110 |
| Binary | 10110010 | 11001110 | 10100000 | 1110 | 0 | 10110 | 10011 | 1100001 | 100000 | 1001000 |
Color Harmonies of #B2CEA0
Complementary color
Monochromatic Colors of #B2CEA0
Black with #B2CEA0
Text Example
Text Example
White with #B2CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CEA0; }
p { color: rgb(178,206,160); }
H1.HeaderClassName
{
color: #B2CEA0;
}
.AnyTagClassName
{
color: #B2CEA0;
}
</style>
background-color css
<style>
a { background-color: #B2CEA0; }
a { background-color: rgb(178,206,160); }
div.DivClassName
{
background-color: #B2CEA0;
}
.BgClassName
{
background-color: #B2CEA0;
}
</style>
border-color css
<style>
span { border-color: #B2CEA0; }
span { border-color: rgb(178,206,160); }
td.TdClassName
{
border-color: #B2CEA0;
}
.TagClassName
{
border-color: #B2CEA0;
}
</style>