Shades of Pixie Green #BBCEA5
Tints of Pixie Green #BBCEA5
RGB
CMYK
RGB Variations
Color information
#BBCEA5 (or 0xBBCEA5) is known color: Pixie Green. HEX triplet: BB, CE and A5. RGB value is (187,206,165). Sum of RGB (Red+Green+Blue) = 187+206+165=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 165 (64.84% from 255 or 29.57% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #BBCEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCEA5 is #44315A. Grayscale: #C3C3C3. Windows color (decimal): -4469083 or 10866363. OLE color: 10866363.
HSL color Cylindrical-coordinate representation of color #BBCEA5: hue angle of 87.8º degrees, saturation: 0.29, 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 #BBCEA5 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 206 | 165 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.19 |
| HSL | 87.8º | 0.29% | 0.73% | - |
| HSV(B) | 87.8º | 0.2% | 0.81% | - |
| XYZ | 49.36 | 57.42 | 44.08 | - |
| YUV | 195.65 | 110.71 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 165 | 0.09 | 0 | 0.20 | 0.19 | 87.8 | 0.29 | 0.73 |
| Hex | BB | CE | A5 | 9 | 0 | 14 | 13 | 58 | 1D | 49 |
| Octal | 273 | 316 | 245 | 11 | 0 | 24 | 23 | 130 | 35 | 111 |
| Binary | 10111011 | 11001110 | 10100101 | 1001 | 0 | 10100 | 10011 | 1011000 | 11101 | 1001001 |
Color Harmonies of #BBCEA5
Complementary color
Monochromatic Colors of #BBCEA5
Black with #BBCEA5
Text Example
Text Example
White with #BBCEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEA5; }
p { color: rgb(187,206,165); }
H1.HeaderClassName
{
color: #BBCEA5;
}
.AnyTagClassName
{
color: #BBCEA5;
}
</style>
background-color css
<style>
a { background-color: #BBCEA5; }
a { background-color: rgb(187,206,165); }
div.DivClassName
{
background-color: #BBCEA5;
}
.BgClassName
{
background-color: #BBCEA5;
}
</style>
border-color css
<style>
span { border-color: #BBCEA5; }
span { border-color: rgb(187,206,165); }
td.TdClassName
{
border-color: #BBCEA5;
}
.TagClassName
{
border-color: #BBCEA5;
}
</style>