Shades of Pixie Green #BCCEA4
Tints of Pixie Green #BCCEA4
RGB
CMYK
RGB Variations
Color information
#BCCEA4 (or 0xBCCEA4) is known color: Pixie Green. HEX triplet: BC, CE and A4. RGB value is (188,206,164). Sum of RGB (Red+Green+Blue) = 188+206+164=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 164 (64.45% from 255 or 29.39% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCEA4 is #43315B. Grayscale: #C3C3C3. Windows color (decimal): -4403548 or 10800828. OLE color: 10800828.
HSL color Cylindrical-coordinate representation of color #BCCEA4: hue angle of 85.71º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCCEA4 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 164 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.19 |
| HSL | 85.71º | 0.3% | 0.73% | - |
| HSV(B) | 85.71º | 0.2% | 0.81% | - |
| XYZ | 49.51 | 57.51 | 43.61 | - |
| YUV | 195.83 | 110.04 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 164 | 0.09 | 0 | 0.20 | 0.19 | 85.71 | 0.3 | 0.73 |
| Hex | BC | CE | A4 | 9 | 0 | 14 | 13 | 56 | 1E | 49 |
| Octal | 274 | 316 | 244 | 11 | 0 | 24 | 23 | 126 | 36 | 111 |
| Binary | 10111100 | 11001110 | 10100100 | 1001 | 0 | 10100 | 10011 | 1010110 | 11110 | 1001001 |
Color Harmonies of #BCCEA4
Complementary color
Monochromatic Colors of #BCCEA4
Black with #BCCEA4
Text Example
Text Example
White with #BCCEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEA4; }
p { color: rgb(188,206,164); }
H1.HeaderClassName
{
color: #BCCEA4;
}
.AnyTagClassName
{
color: #BCCEA4;
}
</style>
background-color css
<style>
a { background-color: #BCCEA4; }
a { background-color: rgb(188,206,164); }
div.DivClassName
{
background-color: #BCCEA4;
}
.BgClassName
{
background-color: #BCCEA4;
}
</style>
border-color css
<style>
span { border-color: #BCCEA4; }
span { border-color: rgb(188,206,164); }
td.TdClassName
{
border-color: #BCCEA4;
}
.TagClassName
{
border-color: #BCCEA4;
}
</style>