Shades of Pixie Green #BCCBA8
Tints of Pixie Green #BCCBA8
RGB
CMYK
RGB Variations
Color information
#BCCBA8 (or 0xBCCBA8) is known color: Pixie Green. HEX triplet: BC, CB and A8. RGB value is (188,203,168). Sum of RGB (Red+Green+Blue) = 188+203+168=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCBA8 is #433457. Grayscale: #C2C2C2. Windows color (decimal): -4404312 or 11062204. OLE color: 11062204.
HSL color Cylindrical-coordinate representation of color #BCCBA8: hue angle of 85.71º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCCBA8 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 203 | 168 | - |
| CMYK | 0.07 | 0 | 0.17 | 0.20 |
| HSL | 85.71º | 0.25% | 0.73% | - |
| HSV(B) | 85.71º | 0.17% | 0.8% | - |
| XYZ | 49.16 | 56.23 | 45.31 | - |
| YUV | 194.53 | 113.03 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 203 | 168 | 0.07 | 0 | 0.17 | 0.20 | 85.71 | 0.25 | 0.73 |
| Hex | BC | CB | A8 | 7 | 0 | 11 | 14 | 56 | 19 | 49 |
| Octal | 274 | 313 | 250 | 7 | 0 | 21 | 24 | 126 | 31 | 111 |
| Binary | 10111100 | 11001011 | 10101000 | 111 | 0 | 10001 | 10100 | 1010110 | 11001 | 1001001 |
Color Harmonies of #BCCBA8
Complementary color
Monochromatic Colors of #BCCBA8
Black with #BCCBA8
Text Example
Text Example
White with #BCCBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCBA8; }
p { color: rgb(188,203,168); }
H1.HeaderClassName
{
color: #BCCBA8;
}
.AnyTagClassName
{
color: #BCCBA8;
}
</style>
background-color css
<style>
a { background-color: #BCCBA8; }
a { background-color: rgb(188,203,168); }
div.DivClassName
{
background-color: #BCCBA8;
}
.BgClassName
{
background-color: #BCCBA8;
}
</style>
border-color css
<style>
span { border-color: #BCCBA8; }
span { border-color: rgb(188,203,168); }
td.TdClassName
{
border-color: #BCCBA8;
}
.TagClassName
{
border-color: #BCCBA8;
}
</style>