Shades of Pixie Green #BBCEA4
Tints of Pixie Green #BBCEA4
RGB
CMYK
RGB Variations
Color information
#BBCEA4 (or 0xBBCEA4) is known color: Pixie Green. HEX triplet: BB, CE and A4. RGB value is (187,206,164). Sum of RGB (Red+Green+Blue) = 187+206+164=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 164 (64.45% from 255 or 29.44% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCEA4 is #44315B. Grayscale: #C3C3C3. Windows color (decimal): -4469084 or 10800827. OLE color: 10800827.
HSL color Cylindrical-coordinate representation of color #BBCEA4: hue angle of 87.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBCEA4 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 164 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.19 |
| HSL | 87.14º | 0.3% | 0.73% | - |
| HSV(B) | 87.14º | 0.2% | 0.81% | - |
| XYZ | 49.27 | 57.39 | 43.6 | - |
| YUV | 195.53 | 110.21 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 164 | 0.09 | 0 | 0.20 | 0.19 | 87.14 | 0.3 | 0.73 |
| Hex | BB | CE | A4 | 9 | 0 | 14 | 13 | 57 | 1E | 49 |
| Octal | 273 | 316 | 244 | 11 | 0 | 24 | 23 | 127 | 36 | 111 |
| Binary | 10111011 | 11001110 | 10100100 | 1001 | 0 | 10100 | 10011 | 1010111 | 11110 | 1001001 |
Color Harmonies of #BBCEA4
Complementary color
Monochromatic Colors of #BBCEA4
Black with #BBCEA4
Text Example
Text Example
White with #BBCEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEA4; }
p { color: rgb(187,206,164); }
H1.HeaderClassName
{
color: #BBCEA4;
}
.AnyTagClassName
{
color: #BBCEA4;
}
</style>
background-color css
<style>
a { background-color: #BBCEA4; }
a { background-color: rgb(187,206,164); }
div.DivClassName
{
background-color: #BBCEA4;
}
.BgClassName
{
background-color: #BBCEA4;
}
</style>
border-color css
<style>
span { border-color: #BBCEA4; }
span { border-color: rgb(187,206,164); }
td.TdClassName
{
border-color: #BBCEA4;
}
.TagClassName
{
border-color: #BBCEA4;
}
</style>