Shades of Pixie Green #BCCEAC
Tints of Pixie Green #BCCEAC
RGB
CMYK
RGB Variations
Color information
#BCCEAC (or 0xBCCEAC) is known color: Pixie Green. HEX triplet: BC, CE and AC. RGB value is (188,206,172). Sum of RGB (Red+Green+Blue) = 188+206+172=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCEAC is #433153. Grayscale: #C4C4C4. Windows color (decimal): -4403540 or 11325116. OLE color: 11325116.
HSL color Cylindrical-coordinate representation of color #BCCEAC: hue angle of 91.76º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCCEAC is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 172 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.19 |
| HSL | 91.76º | 0.26% | 0.74% | - |
| HSV(B) | 91.76º | 0.17% | 0.81% | - |
| XYZ | 50.26 | 57.81 | 47.54 | - |
| YUV | 196.74 | 114.04 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 172 | 0.09 | 0 | 0.17 | 0.19 | 91.76 | 0.26 | 0.74 |
| Hex | BC | CE | AC | 9 | 0 | 11 | 13 | 5C | 1A | 4A |
| Octal | 274 | 316 | 254 | 11 | 0 | 21 | 23 | 134 | 32 | 112 |
| Binary | 10111100 | 11001110 | 10101100 | 1001 | 0 | 10001 | 10011 | 1011100 | 11010 | 1001010 |
Color Harmonies of #BCCEAC
Complementary color
Monochromatic Colors of #BCCEAC
Black with #BCCEAC
Text Example
Text Example
White with #BCCEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEAC; }
p { color: rgb(188,206,172); }
H1.HeaderClassName
{
color: #BCCEAC;
}
.AnyTagClassName
{
color: #BCCEAC;
}
</style>
background-color css
<style>
a { background-color: #BCCEAC; }
a { background-color: rgb(188,206,172); }
div.DivClassName
{
background-color: #BCCEAC;
}
.BgClassName
{
background-color: #BCCEAC;
}
</style>
border-color css
<style>
span { border-color: #BCCEAC; }
span { border-color: rgb(188,206,172); }
td.TdClassName
{
border-color: #BCCEAC;
}
.TagClassName
{
border-color: #BCCEAC;
}
</style>