Shades of Pixie Green #BCCEA8
Tints of Pixie Green #BCCEA8
RGB
CMYK
RGB Variations
Color information
#BCCEA8 (or 0xBCCEA8) is known color: Pixie Green. HEX triplet: BC, CE and A8. RGB value is (188,206,168). Sum of RGB (Red+Green+Blue) = 188+206+168=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 168 (66.02% from 255 or 29.89% from 562); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCEA8 is #433157. Grayscale: #C4C4C4. Windows color (decimal): -4403544 or 11062972. OLE color: 11062972.
HSL color Cylindrical-coordinate representation of color #BCCEA8: hue angle of 88.42º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCCEA8 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 168 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.19 |
| HSL | 88.42º | 0.28% | 0.73% | - |
| HSV(B) | 88.42º | 0.18% | 0.81% | - |
| XYZ | 49.88 | 57.66 | 45.55 | - |
| YUV | 196.29 | 112.04 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 168 | 0.09 | 0 | 0.18 | 0.19 | 88.42 | 0.28 | 0.73 |
| Hex | BC | CE | A8 | 9 | 0 | 12 | 13 | 58 | 1C | 49 |
| Octal | 274 | 316 | 250 | 11 | 0 | 22 | 23 | 130 | 34 | 111 |
| Binary | 10111100 | 11001110 | 10101000 | 1001 | 0 | 10010 | 10011 | 1011000 | 11100 | 1001001 |
Color Harmonies of #BCCEA8
Complementary color
Monochromatic Colors of #BCCEA8
Black with #BCCEA8
Text Example
Text Example
White with #BCCEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEA8; }
p { color: rgb(188,206,168); }
H1.HeaderClassName
{
color: #BCCEA8;
}
.AnyTagClassName
{
color: #BCCEA8;
}
</style>
background-color css
<style>
a { background-color: #BCCEA8; }
a { background-color: rgb(188,206,168); }
div.DivClassName
{
background-color: #BCCEA8;
}
.BgClassName
{
background-color: #BCCEA8;
}
</style>
border-color css
<style>
span { border-color: #BCCEA8; }
span { border-color: rgb(188,206,168); }
td.TdClassName
{
border-color: #BCCEA8;
}
.TagClassName
{
border-color: #BCCEA8;
}
</style>