Shades of Pixie Green #B2CEA2
Tints of Pixie Green #B2CEA2
RGB
CMYK
RGB Variations
Color information
#B2CEA2 (or 0xB2CEA2) is known color: Pixie Green. HEX triplet: B2, CE and A2. RGB value is (178,206,162). Sum of RGB (Red+Green+Blue) = 178+206+162=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 162 (63.67% from 255 or 29.67% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CEA2 is #4D315D. Grayscale: #C0C0C0. Windows color (decimal): -5058910 or 10669746. OLE color: 10669746.
HSL color Cylindrical-coordinate representation of color #B2CEA2: hue angle of 98.18º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2CEA2 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 162 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.19 |
| HSL | 98.18º | 0.31% | 0.72% | - |
| HSV(B) | 98.18º | 0.21% | 0.81% | - |
| XYZ | 46.95 | 56.22 | 42.56 | - |
| YUV | 192.61 | 110.72 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 162 | 0.14 | 0 | 0.21 | 0.19 | 98.18 | 0.31 | 0.72 |
| Hex | B2 | CE | A2 | E | 0 | 15 | 13 | 62 | 1F | 48 |
| Octal | 262 | 316 | 242 | 16 | 0 | 25 | 23 | 142 | 37 | 110 |
| Binary | 10110010 | 11001110 | 10100010 | 1110 | 0 | 10101 | 10011 | 1100010 | 11111 | 1001000 |
Color Harmonies of #B2CEA2
Complementary color
Monochromatic Colors of #B2CEA2
Black with #B2CEA2
Text Example
Text Example
White with #B2CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CEA2; }
p { color: rgb(178,206,162); }
H1.HeaderClassName
{
color: #B2CEA2;
}
.AnyTagClassName
{
color: #B2CEA2;
}
</style>
background-color css
<style>
a { background-color: #B2CEA2; }
a { background-color: rgb(178,206,162); }
div.DivClassName
{
background-color: #B2CEA2;
}
.BgClassName
{
background-color: #B2CEA2;
}
</style>
border-color css
<style>
span { border-color: #B2CEA2; }
span { border-color: rgb(178,206,162); }
td.TdClassName
{
border-color: #B2CEA2;
}
.TagClassName
{
border-color: #B2CEA2;
}
</style>