Shades of Pixie Green #BCCCA6
Tints of Pixie Green #BCCCA6
RGB
CMYK
RGB Variations
Color information
#BCCCA6 (or 0xBCCCA6) is known color: Pixie Green. HEX triplet: BC, CC and A6. RGB value is (188,204,166). Sum of RGB (Red+Green+Blue) = 188+204+166=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 166 (65.23% from 255 or 29.75% from 558); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCCA6 is #433359. Grayscale: #C3C3C3. Windows color (decimal): -4404058 or 10931388. OLE color: 10931388.
HSL color Cylindrical-coordinate representation of color #BCCCA6: hue angle of 85.26º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCCCA6 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 166 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.2 |
| HSL | 85.26º | 0.27% | 0.73% | - |
| HSV(B) | 85.26º | 0.19% | 0.8% | - |
| XYZ | 49.21 | 56.63 | 44.41 | - |
| YUV | 194.88 | 111.7 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 166 | 0.08 | 0 | 0.19 | 0.2 | 85.26 | 0.27 | 0.73 |
| Hex | BC | CC | A6 | 8 | 0 | 13 | 14 | 55 | 1B | 49 |
| Octal | 274 | 314 | 246 | 10 | 0 | 23 | 24 | 125 | 33 | 111 |
| Binary | 10111100 | 11001100 | 10100110 | 1000 | 0 | 10011 | 10100 | 1010101 | 11011 | 1001001 |
Color Harmonies of #BCCCA6
Complementary color
Monochromatic Colors of #BCCCA6
Black with #BCCCA6
Text Example
Text Example
White with #BCCCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCA6; }
p { color: rgb(188,204,166); }
H1.HeaderClassName
{
color: #BCCCA6;
}
.AnyTagClassName
{
color: #BCCCA6;
}
</style>
background-color css
<style>
a { background-color: #BCCCA6; }
a { background-color: rgb(188,204,166); }
div.DivClassName
{
background-color: #BCCCA6;
}
.BgClassName
{
background-color: #BCCCA6;
}
</style>
border-color css
<style>
span { border-color: #BCCCA6; }
span { border-color: rgb(188,204,166); }
td.TdClassName
{
border-color: #BCCCA6;
}
.TagClassName
{
border-color: #BCCCA6;
}
</style>