Shades of Pixie Green #BCCBAA
Tints of Pixie Green #BCCBAA
RGB
CMYK
RGB Variations
Color information
#BCCBAA (or 0xBCCBAA) is known color: Pixie Green. HEX triplet: BC, CB and AA. RGB value is (188,203,170). Sum of RGB (Red+Green+Blue) = 188+203+170=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCBAA is #433455. Grayscale: #C2C2C2. Windows color (decimal): -4404310 or 11193276. OLE color: 11193276.
HSL color Cylindrical-coordinate representation of color #BCCBAA: hue angle of 87.27º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCCBAA is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 170 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.20 |
| HSL | 87.27º | 0.24% | 0.73% | - |
| HSV(B) | 87.27º | 0.16% | 0.8% | - |
| XYZ | 49.35 | 56.31 | 46.3 | - |
| YUV | 194.75 | 114.03 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 170 | 0.07 | 0 | 0.16 | 0.20 | 87.27 | 0.24 | 0.73 |
| Hex | BC | CB | AA | 7 | 0 | 10 | 14 | 57 | 18 | 49 |
| Octal | 274 | 313 | 252 | 7 | 0 | 20 | 24 | 127 | 30 | 111 |
| Binary | 10111100 | 11001011 | 10101010 | 111 | 0 | 10000 | 10100 | 1010111 | 11000 | 1001001 |
Color Harmonies of #BCCBAA
Complementary color
Monochromatic Colors of #BCCBAA
Black with #BCCBAA
Text Example
Text Example
White with #BCCBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBAA; }
p { color: rgb(188,203,170); }
H1.HeaderClassName
{
color: #BCCBAA;
}
.AnyTagClassName
{
color: #BCCBAA;
}
</style>
background-color css
<style>
a { background-color: #BCCBAA; }
a { background-color: rgb(188,203,170); }
div.DivClassName
{
background-color: #BCCBAA;
}
.BgClassName
{
background-color: #BCCBAA;
}
</style>
border-color css
<style>
span { border-color: #BCCBAA; }
span { border-color: rgb(188,203,170); }
td.TdClassName
{
border-color: #BCCBAA;
}
.TagClassName
{
border-color: #BCCBAA;
}
</style>