Shades of Pixie Green #BBCEA7
Tints of Pixie Green #BBCEA7
RGB
CMYK
RGB Variations
Color information
#BBCEA7 (or 0xBBCEA7) is known color: Pixie Green. HEX triplet: BB, CE and A7. RGB value is (187,206,167). Sum of RGB (Red+Green+Blue) = 187+206+167=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 206 (80.86% from 255 or 36.79% from 560); Blue value is 167 (65.62% from 255 or 29.82% from 560); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCEA7 is #443158. Grayscale: #C4C4C4. Windows color (decimal): -4469081 or 10997435. OLE color: 10997435.
HSL color Cylindrical-coordinate representation of color #BBCEA7: hue angle of 89.23º degrees, saturation: 0.28, 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 #BBCEA7 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 167 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.19 |
| HSL | 89.23º | 0.28% | 0.73% | - |
| HSV(B) | 89.23º | 0.19% | 0.81% | - |
| XYZ | 49.54 | 57.5 | 45.05 | - |
| YUV | 195.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 167 | 0.09 | 0 | 0.19 | 0.19 | 89.23 | 0.28 | 0.73 |
| Hex | BB | CE | A7 | 9 | 0 | 13 | 13 | 59 | 1C | 49 |
| Octal | 273 | 316 | 247 | 11 | 0 | 23 | 23 | 131 | 34 | 111 |
| Binary | 10111011 | 11001110 | 10100111 | 1001 | 0 | 10011 | 10011 | 1011001 | 11100 | 1001001 |
Color Harmonies of #BBCEA7
Complementary color
Monochromatic Colors of #BBCEA7
Black with #BBCEA7
Text Example
Text Example
White with #BBCEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEA7; }
p { color: rgb(187,206,167); }
H1.HeaderClassName
{
color: #BBCEA7;
}
.AnyTagClassName
{
color: #BBCEA7;
}
</style>
background-color css
<style>
a { background-color: #BBCEA7; }
a { background-color: rgb(187,206,167); }
div.DivClassName
{
background-color: #BBCEA7;
}
.BgClassName
{
background-color: #BBCEA7;
}
</style>
border-color css
<style>
span { border-color: #BBCEA7; }
span { border-color: rgb(187,206,167); }
td.TdClassName
{
border-color: #BBCEA7;
}
.TagClassName
{
border-color: #BBCEA7;
}
</style>