Shades of Pixie Green #BBCEAD
Tints of Pixie Green #BBCEAD
RGB
CMYK
RGB Variations
Color information
#BBCEAD (or 0xBBCEAD) is known color: Pixie Green. HEX triplet: BB, CE and AD. RGB value is (187,206,173). Sum of RGB (Red+Green+Blue) = 187+206+173=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCEAD is #443152. Grayscale: #C4C4C4. Windows color (decimal): -4469075 or 11390651. OLE color: 11390651.
HSL color Cylindrical-coordinate representation of color #BBCEAD: hue angle of 94.55º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBCEAD is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 173 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.19 |
| HSL | 94.55º | 0.25% | 0.74% | - |
| HSV(B) | 94.55º | 0.16% | 0.81% | - |
| XYZ | 50.11 | 57.72 | 48.04 | - |
| YUV | 196.56 | 114.71 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 173 | 0.09 | 0 | 0.16 | 0.19 | 94.55 | 0.25 | 0.74 |
| Hex | BB | CE | AD | 9 | 0 | 10 | 13 | 5F | 19 | 4A |
| Octal | 273 | 316 | 255 | 11 | 0 | 20 | 23 | 137 | 31 | 112 |
| Binary | 10111011 | 11001110 | 10101101 | 1001 | 0 | 10000 | 10011 | 1011111 | 11001 | 1001010 |
Color Harmonies of #BBCEAD
Complementary color
Monochromatic Colors of #BBCEAD
Black with #BBCEAD
Text Example
Text Example
White with #BBCEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEAD; }
p { color: rgb(187,206,173); }
H1.HeaderClassName
{
color: #BBCEAD;
}
.AnyTagClassName
{
color: #BBCEAD;
}
</style>
background-color css
<style>
a { background-color: #BBCEAD; }
a { background-color: rgb(187,206,173); }
div.DivClassName
{
background-color: #BBCEAD;
}
.BgClassName
{
background-color: #BBCEAD;
}
</style>
border-color css
<style>
span { border-color: #BBCEAD; }
span { border-color: rgb(187,206,173); }
td.TdClassName
{
border-color: #BBCEAD;
}
.TagClassName
{
border-color: #BBCEAD;
}
</style>