Shades of Pixie Green #BBCEA6
Tints of Pixie Green #BBCEA6
RGB
CMYK
RGB Variations
Color information
#BBCEA6 (or 0xBBCEA6) is known color: Pixie Green. HEX triplet: BB, CE and A6. RGB value is (187,206,166). Sum of RGB (Red+Green+Blue) = 187+206+166=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 166 (65.23% from 255 or 29.70% from 559); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCEA6 is #443159. Grayscale: #C3C3C3. Windows color (decimal): -4469082 or 10931899. OLE color: 10931899.
HSL color Cylindrical-coordinate representation of color #BBCEA6: hue angle of 88.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBCEA6 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 166 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.19 |
| HSL | 88.5º | 0.29% | 0.73% | - |
| HSV(B) | 88.5º | 0.19% | 0.81% | - |
| XYZ | 49.45 | 57.46 | 44.56 | - |
| YUV | 195.76 | 111.21 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 166 | 0.09 | 0 | 0.19 | 0.19 | 88.5 | 0.29 | 0.73 |
| Hex | BB | CE | A6 | 9 | 0 | 13 | 13 | 58 | 1D | 49 |
| Octal | 273 | 316 | 246 | 11 | 0 | 23 | 23 | 130 | 35 | 111 |
| Binary | 10111011 | 11001110 | 10100110 | 1001 | 0 | 10011 | 10011 | 1011000 | 11101 | 1001001 |
Color Harmonies of #BBCEA6
Complementary color
Monochromatic Colors of #BBCEA6
Black with #BBCEA6
Text Example
Text Example
White with #BBCEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEA6; }
p { color: rgb(187,206,166); }
H1.HeaderClassName
{
color: #BBCEA6;
}
.AnyTagClassName
{
color: #BBCEA6;
}
</style>
background-color css
<style>
a { background-color: #BBCEA6; }
a { background-color: rgb(187,206,166); }
div.DivClassName
{
background-color: #BBCEA6;
}
.BgClassName
{
background-color: #BBCEA6;
}
</style>
border-color css
<style>
span { border-color: #BBCEA6; }
span { border-color: rgb(187,206,166); }
td.TdClassName
{
border-color: #BBCEA6;
}
.TagClassName
{
border-color: #BBCEA6;
}
</style>