Shades of Pixie Green #BBCEA3
Tints of Pixie Green #BBCEA3
RGB
CMYK
RGB Variations
Color information
#BBCEA3 (or 0xBBCEA3) is known color: Pixie Green. HEX triplet: BB, CE and A3. RGB value is (187,206,163). Sum of RGB (Red+Green+Blue) = 187+206+163=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 163 (64.06% from 255 or 29.32% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCEA3 is #44315C. Grayscale: #C3C3C3. Windows color (decimal): -4469085 or 10735291. OLE color: 10735291.
HSL color Cylindrical-coordinate representation of color #BBCEA3: hue angle of 86.51º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBCEA3 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 163 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.19 |
| HSL | 86.51º | 0.3% | 0.72% | - |
| HSV(B) | 86.51º | 0.21% | 0.81% | - |
| XYZ | 49.18 | 57.35 | 43.13 | - |
| YUV | 195.42 | 109.71 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 163 | 0.09 | 0 | 0.21 | 0.19 | 86.51 | 0.3 | 0.72 |
| Hex | BB | CE | A3 | 9 | 0 | 15 | 13 | 57 | 1E | 48 |
| Octal | 273 | 316 | 243 | 11 | 0 | 25 | 23 | 127 | 36 | 110 |
| Binary | 10111011 | 11001110 | 10100011 | 1001 | 0 | 10101 | 10011 | 1010111 | 11110 | 1001000 |
Color Harmonies of #BBCEA3
Complementary color
Monochromatic Colors of #BBCEA3
Black with #BBCEA3
Text Example
Text Example
White with #BBCEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEA3; }
p { color: rgb(187,206,163); }
H1.HeaderClassName
{
color: #BBCEA3;
}
.AnyTagClassName
{
color: #BBCEA3;
}
</style>
background-color css
<style>
a { background-color: #BBCEA3; }
a { background-color: rgb(187,206,163); }
div.DivClassName
{
background-color: #BBCEA3;
}
.BgClassName
{
background-color: #BBCEA3;
}
</style>
border-color css
<style>
span { border-color: #BBCEA3; }
span { border-color: rgb(187,206,163); }
td.TdClassName
{
border-color: #BBCEA3;
}
.TagClassName
{
border-color: #BBCEA3;
}
</style>