Shades of Pixie Green #B2CEA1
Tints of Pixie Green #B2CEA1
RGB
CMYK
RGB Variations
Color information
#B2CEA1 (or 0xB2CEA1) is known color: Pixie Green. HEX triplet: B2, CE and A1. RGB value is (178,206,161). Sum of RGB (Red+Green+Blue) = 178+206+161=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CEA1 is #4D315E. Grayscale: #C0C0C0. Windows color (decimal): -5058911 or 10604210. OLE color: 10604210.
HSL color Cylindrical-coordinate representation of color #B2CEA1: hue angle of 97.33º degrees, saturation: 0.31, 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 #B2CEA1 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 161 | - |
| CMYK | 0.14 | 0 | 0.22 | 0.19 |
| HSL | 97.33º | 0.31% | 0.72% | - |
| HSV(B) | 97.33º | 0.22% | 0.81% | - |
| XYZ | 46.86 | 56.18 | 42.09 | - |
| YUV | 192.5 | 110.22 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 161 | 0.14 | 0 | 0.22 | 0.19 | 97.33 | 0.31 | 0.72 |
| Hex | B2 | CE | A1 | E | 0 | 16 | 13 | 61 | 1F | 48 |
| Octal | 262 | 316 | 241 | 16 | 0 | 26 | 23 | 141 | 37 | 110 |
| Binary | 10110010 | 11001110 | 10100001 | 1110 | 0 | 10110 | 10011 | 1100001 | 11111 | 1001000 |
Color Harmonies of #B2CEA1
Complementary color
Monochromatic Colors of #B2CEA1
Black with #B2CEA1
Text Example
Text Example
White with #B2CEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CEA1; }
p { color: rgb(178,206,161); }
H1.HeaderClassName
{
color: #B2CEA1;
}
.AnyTagClassName
{
color: #B2CEA1;
}
</style>
background-color css
<style>
a { background-color: #B2CEA1; }
a { background-color: rgb(178,206,161); }
div.DivClassName
{
background-color: #B2CEA1;
}
.BgClassName
{
background-color: #B2CEA1;
}
</style>
border-color css
<style>
span { border-color: #B2CEA1; }
span { border-color: rgb(178,206,161); }
td.TdClassName
{
border-color: #B2CEA1;
}
.TagClassName
{
border-color: #B2CEA1;
}
</style>