Shades of Pixie Green #B0CEA2
Tints of Pixie Green #B0CEA2
RGB
CMYK
RGB Variations
Color information
#B0CEA2 (or 0xB0CEA2) is known color: Pixie Green. HEX triplet: B0, CE and A2. RGB value is (176,206,162). Sum of RGB (Red+Green+Blue) = 176+206+162=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 162 (63.67% from 255 or 29.78% from 544); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CEA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CEA2 is #4F315D. Grayscale: #C0C0C0. Windows color (decimal): -5189982 or 10669744. OLE color: 10669744.
HSL color Cylindrical-coordinate representation of color #B0CEA2: hue angle of 100.91º 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 #B0CEA2 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
RGB | 176 | 206 | 162 | - |
CMYK | 0.15 | 0 | 0.21 | 0.19 |
HSL | 100.91º | 0.31% | 0.72% | - |
HSV(B) | 100.91º | 0.21% | 0.81% | - |
XYZ | 46.5 | 55.98 | 42.54 | - |
YUV | 192.01 | 111.06 | 116.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 206 | 162 | 0.15 | 0 | 0.21 | 0.19 | 100.91 | 0.31 | 0.72 |
Hex | B0 | CE | A2 | F | 0 | 15 | 13 | 65 | 1F | 48 |
Octal | 260 | 316 | 242 | 17 | 0 | 25 | 23 | 145 | 37 | 110 |
Binary | 10110000 | 11001110 | 10100010 | 1111 | 0 | 10101 | 10011 | 1100101 | 11111 | 1001000 |
Color Harmonies of #B0CEA2
Complementary color
Monochromatic Colors of #B0CEA2
Black with #B0CEA2
Text Example
Text Example
White with #B0CEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CEA2; }
p { color: rgb(176,206,162); }
H1.HeaderClassName
{
color: #B0CEA2;
}
.AnyTagClassName
{
color: #B0CEA2;
}
</style>
background-color css
<style>
a { background-color: #B0CEA2; }
a { background-color: rgb(176,206,162); }
div.DivClassName
{
background-color: #B0CEA2;
}
.BgClassName
{
background-color: #B0CEA2;
}
</style>
border-color css
<style>
span { border-color: #B0CEA2; }
span { border-color: rgb(176,206,162); }
td.TdClassName
{
border-color: #B0CEA2;
}
.TagClassName
{
border-color: #B0CEA2;
}
</style>