Shades of Pixie Green #BBCEA8
Tints of Pixie Green #BBCEA8
RGB
CMYK
RGB Variations
Color information
#BBCEA8 (or 0xBBCEA8) is known color: Pixie Green. HEX triplet: BB, CE and A8. RGB value is (187,206,168). Sum of RGB (Red+Green+Blue) = 187+206+168=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCEA8 is #443157. Grayscale: #C4C4C4. Windows color (decimal): -4469080 or 11062971. OLE color: 11062971.
HSL color Cylindrical-coordinate representation of color #BBCEA8: hue angle of 90º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBCEA8 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 168 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.19 |
| HSL | 90º | 0.28% | 0.73% | - |
| HSV(B) | 90º | 0.18% | 0.81% | - |
| XYZ | 49.63 | 57.53 | 45.54 | - |
| YUV | 195.99 | 112.21 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 168 | 0.09 | 0 | 0.18 | 0.19 | 90 | 0.28 | 0.73 |
| Hex | BB | CE | A8 | 9 | 0 | 12 | 13 | 5A | 1C | 49 |
| Octal | 273 | 316 | 250 | 11 | 0 | 22 | 23 | 132 | 34 | 111 |
| Binary | 10111011 | 11001110 | 10101000 | 1001 | 0 | 10010 | 10011 | 1011010 | 11100 | 1001001 |
Color Harmonies of #BBCEA8
Complementary color
Monochromatic Colors of #BBCEA8
Black with #BBCEA8
Text Example
Text Example
White with #BBCEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEA8; }
p { color: rgb(187,206,168); }
H1.HeaderClassName
{
color: #BBCEA8;
}
.AnyTagClassName
{
color: #BBCEA8;
}
</style>
background-color css
<style>
a { background-color: #BBCEA8; }
a { background-color: rgb(187,206,168); }
div.DivClassName
{
background-color: #BBCEA8;
}
.BgClassName
{
background-color: #BBCEA8;
}
</style>
border-color css
<style>
span { border-color: #BBCEA8; }
span { border-color: rgb(187,206,168); }
td.TdClassName
{
border-color: #BBCEA8;
}
.TagClassName
{
border-color: #BBCEA8;
}
</style>