Shades of Pixie Green #BBD49E
Tints of Pixie Green #BBD49E
RGB
CMYK
RGB Variations
Color information
#BBD49E (or 0xBBD49E) is known color: Pixie Green. HEX triplet: BB, D4 and 9E. RGB value is (187,212,158). Sum of RGB (Red+Green+Blue) = 187+212+158=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD49E is #442B61. Grayscale: #C6C6C6. Windows color (decimal): -4467554 or 10409147. OLE color: 10409147.
HSL color Cylindrical-coordinate representation of color #BBD49E: hue angle of 87.78º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBD49E is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 212 | 158 | - |
| CMYK | 0.12 | 0 | 0.25 | 0.17 |
| HSL | 87.78º | 0.39% | 0.73% | - |
| HSV(B) | 87.78º | 0.25% | 0.83% | - |
| XYZ | 50.21 | 60.12 | 41.31 | - |
| YUV | 198.37 | 105.22 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 212 | 158 | 0.12 | 0 | 0.25 | 0.17 | 87.78 | 0.39 | 0.73 |
| Hex | BB | D4 | 9E | C | 0 | 19 | 11 | 58 | 27 | 49 |
| Octal | 273 | 324 | 236 | 14 | 0 | 31 | 21 | 130 | 47 | 111 |
| Binary | 10111011 | 11010100 | 10011110 | 1100 | 0 | 11001 | 10001 | 1011000 | 100111 | 1001001 |
Color Harmonies of #BBD49E
Complementary color
Monochromatic Colors of #BBD49E
Black with #BBD49E
Text Example
Text Example
White with #BBD49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD49E; }
p { color: rgb(187,212,158); }
H1.HeaderClassName
{
color: #BBD49E;
}
.AnyTagClassName
{
color: #BBD49E;
}
</style>
background-color css
<style>
a { background-color: #BBD49E; }
a { background-color: rgb(187,212,158); }
div.DivClassName
{
background-color: #BBD49E;
}
.BgClassName
{
background-color: #BBD49E;
}
</style>
border-color css
<style>
span { border-color: #BBD49E; }
span { border-color: rgb(187,212,158); }
td.TdClassName
{
border-color: #BBD49E;
}
.TagClassName
{
border-color: #BBD49E;
}
</style>