Shades of Pixie Green #BCCFB0
Tints of Pixie Green #BCCFB0
RGB
CMYK
RGB Variations
Color information
#BCCFB0 (or 0xBCCFB0) is known color: Pixie Green. HEX triplet: BC, CF and B0. RGB value is (188,207,176). Sum of RGB (Red+Green+Blue) = 188+207+176=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 207 (81.25% from 255 or 36.25% from 571); Blue value is 176 (69.14% from 255 or 30.82% from 571); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCFB0 is #43304F. Grayscale: #C5C5C5. Windows color (decimal): -4403280 or 11587516. OLE color: 11587516.
HSL color Cylindrical-coordinate representation of color #BCCFB0: hue angle of 96.77º degrees, saturation: 0.24, 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 #BCCFB0 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 176 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.19 |
| HSL | 96.77º | 0.24% | 0.75% | - |
| HSV(B) | 96.77º | 0.15% | 0.81% | - |
| XYZ | 50.89 | 58.45 | 49.67 | - |
| YUV | 197.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 176 | 0.09 | 0 | 0.15 | 0.19 | 96.77 | 0.24 | 0.75 |
| Hex | BC | CF | B0 | 9 | 0 | F | 13 | 61 | 18 | 4B |
| Octal | 274 | 317 | 260 | 11 | 0 | 17 | 23 | 141 | 30 | 113 |
| Binary | 10111100 | 11001111 | 10110000 | 1001 | 0 | 1111 | 10011 | 1100001 | 11000 | 1001011 |
Color Harmonies of #BCCFB0
Complementary color
Monochromatic Colors of #BCCFB0
Black with #BCCFB0
Text Example
Text Example
White with #BCCFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFB0; }
p { color: rgb(188,207,176); }
H1.HeaderClassName
{
color: #BCCFB0;
}
.AnyTagClassName
{
color: #BCCFB0;
}
</style>
background-color css
<style>
a { background-color: #BCCFB0; }
a { background-color: rgb(188,207,176); }
div.DivClassName
{
background-color: #BCCFB0;
}
.BgClassName
{
background-color: #BCCFB0;
}
</style>
border-color css
<style>
span { border-color: #BCCFB0; }
span { border-color: rgb(188,207,176); }
td.TdClassName
{
border-color: #BCCFB0;
}
.TagClassName
{
border-color: #BCCFB0;
}
</style>