Shades of Pixie Green #B1CEA2
Tints of Pixie Green #B1CEA2
RGB
CMYK
RGB Variations
Color information
#B1CEA2 (or 0xB1CEA2) is known color: Pixie Green. HEX triplet: B1, CE and A2. RGB value is (177,206,162). Sum of RGB (Red+Green+Blue) = 177+206+162=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 162 (63.67% from 255 or 29.72% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CEA2 is #4E315D. Grayscale: #C0C0C0. Windows color (decimal): -5124446 or 10669745. OLE color: 10669745.
HSL color Cylindrical-coordinate representation of color #B1CEA2: hue angle of 99.55º 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 #B1CEA2 is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 206 | 162 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.19 |
| HSL | 99.55º | 0.31% | 0.72% | - |
| HSV(B) | 99.55º | 0.21% | 0.81% | - |
| XYZ | 46.72 | 56.1 | 42.55 | - |
| YUV | 192.31 | 110.89 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 206 | 162 | 0.14 | 0 | 0.21 | 0.19 | 99.55 | 0.31 | 0.72 |
| Hex | B1 | CE | A2 | E | 0 | 15 | 13 | 64 | 1F | 48 |
| Octal | 261 | 316 | 242 | 16 | 0 | 25 | 23 | 144 | 37 | 110 |
| Binary | 10110001 | 11001110 | 10100010 | 1110 | 0 | 10101 | 10011 | 1100100 | 11111 | 1001000 |
Color Harmonies of #B1CEA2
Complementary color
Monochromatic Colors of #B1CEA2
Black with #B1CEA2
Text Example
Text Example
White with #B1CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CEA2; }
p { color: rgb(177,206,162); }
H1.HeaderClassName
{
color: #B1CEA2;
}
.AnyTagClassName
{
color: #B1CEA2;
}
</style>
background-color css
<style>
a { background-color: #B1CEA2; }
a { background-color: rgb(177,206,162); }
div.DivClassName
{
background-color: #B1CEA2;
}
.BgClassName
{
background-color: #B1CEA2;
}
</style>
border-color css
<style>
span { border-color: #B1CEA2; }
span { border-color: rgb(177,206,162); }
td.TdClassName
{
border-color: #B1CEA2;
}
.TagClassName
{
border-color: #B1CEA2;
}
</style>