Shades of Pixie Green #BCCEA2
Tints of Pixie Green #BCCEA2
RGB
CMYK
RGB Variations
Color information
#BCCEA2 (or 0xBCCEA2) is known color: Pixie Green. HEX triplet: BC, CE and A2. RGB value is (188,206,162). Sum of RGB (Red+Green+Blue) = 188+206+162=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 162 (63.67% from 255 or 29.14% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCEA2 is #43315D. Grayscale: #C3C3C3. Windows color (decimal): -4403550 or 10669756. OLE color: 10669756.
HSL color Cylindrical-coordinate representation of color #BCCEA2: hue angle of 84.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 #BCCEA2 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 162 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.19 |
| HSL | 84.55º | 0.31% | 0.72% | - |
| HSV(B) | 84.55º | 0.21% | 0.81% | - |
| XYZ | 49.33 | 57.44 | 42.67 | - |
| YUV | 195.6 | 109.04 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 162 | 0.09 | 0 | 0.21 | 0.19 | 84.55 | 0.31 | 0.72 |
| Hex | BC | CE | A2 | 9 | 0 | 15 | 13 | 55 | 1F | 48 |
| Octal | 274 | 316 | 242 | 11 | 0 | 25 | 23 | 125 | 37 | 110 |
| Binary | 10111100 | 11001110 | 10100010 | 1001 | 0 | 10101 | 10011 | 1010101 | 11111 | 1001000 |
Color Harmonies of #BCCEA2
Complementary color
Monochromatic Colors of #BCCEA2
Black with #BCCEA2
Text Example
Text Example
White with #BCCEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEA2; }
p { color: rgb(188,206,162); }
H1.HeaderClassName
{
color: #BCCEA2;
}
.AnyTagClassName
{
color: #BCCEA2;
}
</style>
background-color css
<style>
a { background-color: #BCCEA2; }
a { background-color: rgb(188,206,162); }
div.DivClassName
{
background-color: #BCCEA2;
}
.BgClassName
{
background-color: #BCCEA2;
}
</style>
border-color css
<style>
span { border-color: #BCCEA2; }
span { border-color: rgb(188,206,162); }
td.TdClassName
{
border-color: #BCCEA2;
}
.TagClassName
{
border-color: #BCCEA2;
}
</style>