Shades of Pixie Green #BCCEB0
Tints of Pixie Green #BCCEB0
RGB
CMYK
RGB Variations
Color information
#BCCEB0 (or 0xBCCEB0) is known color: Pixie Green. HEX triplet: BC, CE and B0. RGB value is (188,206,176). Sum of RGB (Red+Green+Blue) = 188+206+176=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCEB0 is #43314F. Grayscale: #C5C5C5. Windows color (decimal): -4403536 or 11587260. OLE color: 11587260.
HSL color Cylindrical-coordinate representation of color #BCCEB0: hue angle of 96º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCCEB0 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 206 | 176 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.19 |
| HSL | 96º | 0.23% | 0.75% | - |
| HSV(B) | 96º | 0.15% | 0.81% | - |
| XYZ | 50.65 | 57.97 | 49.59 | - |
| YUV | 197.2 | 116.04 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 206 | 176 | 0.09 | 0 | 0.15 | 0.19 | 96 | 0.23 | 0.75 |
| Hex | BC | CE | B0 | 9 | 0 | F | 13 | 60 | 17 | 4B |
| Octal | 274 | 316 | 260 | 11 | 0 | 17 | 23 | 140 | 27 | 113 |
| Binary | 10111100 | 11001110 | 10110000 | 1001 | 0 | 1111 | 10011 | 1100000 | 10111 | 1001011 |
Color Harmonies of #BCCEB0
Complementary color
Monochromatic Colors of #BCCEB0
Black with #BCCEB0
Text Example
Text Example
White with #BCCEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCEB0; }
p { color: rgb(188,206,176); }
H1.HeaderClassName
{
color: #BCCEB0;
}
.AnyTagClassName
{
color: #BCCEB0;
}
</style>
background-color css
<style>
a { background-color: #BCCEB0; }
a { background-color: rgb(188,206,176); }
div.DivClassName
{
background-color: #BCCEB0;
}
.BgClassName
{
background-color: #BCCEB0;
}
</style>
border-color css
<style>
span { border-color: #BCCEB0; }
span { border-color: rgb(188,206,176); }
td.TdClassName
{
border-color: #BCCEB0;
}
.TagClassName
{
border-color: #BCCEB0;
}
</style>