Shades of Pixie Green #BBD29E
Tints of Pixie Green #BBD29E
RGB
CMYK
RGB Variations
Color information
#BBD29E (or 0xBBD29E) is known color: Pixie Green. HEX triplet: BB, D2 and 9E. RGB value is (187,210,158). Sum of RGB (Red+Green+Blue) = 187+210+158=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD29E is #442D61. Grayscale: #C5C5C5. Windows color (decimal): -4468066 or 10408635. OLE color: 10408635.
HSL color Cylindrical-coordinate representation of color #BBD29E: hue angle of 86.54º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBD29E is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 210 | 158 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.18 |
| HSL | 86.54º | 0.37% | 0.72% | - |
| HSV(B) | 86.54º | 0.25% | 0.82% | - |
| XYZ | 49.71 | 59.13 | 41.14 | - |
| YUV | 197.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 210 | 158 | 0.11 | 0 | 0.25 | 0.18 | 86.54 | 0.37 | 0.72 |
| Hex | BB | D2 | 9E | B | 0 | 19 | 12 | 57 | 25 | 48 |
| Octal | 273 | 322 | 236 | 13 | 0 | 31 | 22 | 127 | 45 | 110 |
| Binary | 10111011 | 11010010 | 10011110 | 1011 | 0 | 11001 | 10010 | 1010111 | 100101 | 1001000 |
Color Harmonies of #BBD29E
Complementary color
Monochromatic Colors of #BBD29E
Black with #BBD29E
Text Example
Text Example
White with #BBD29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD29E; }
p { color: rgb(187,210,158); }
H1.HeaderClassName
{
color: #BBD29E;
}
.AnyTagClassName
{
color: #BBD29E;
}
</style>
background-color css
<style>
a { background-color: #BBD29E; }
a { background-color: rgb(187,210,158); }
div.DivClassName
{
background-color: #BBD29E;
}
.BgClassName
{
background-color: #BBD29E;
}
</style>
border-color css
<style>
span { border-color: #BBD29E; }
span { border-color: rgb(187,210,158); }
td.TdClassName
{
border-color: #BBD29E;
}
.TagClassName
{
border-color: #BBD29E;
}
</style>