Shades of Pixie Green #BBDD9B
Tints of Pixie Green #BBDD9B
RGB
CMYK
RGB Variations
Color information
#BBDD9B (or 0xBBDD9B) is known color: Pixie Green. HEX triplet: BB, DD and 9B. RGB value is (187,221,155). Sum of RGB (Red+Green+Blue) = 187+221+155=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD9B is #442264. Grayscale: #CBCBCB. Windows color (decimal): -4465253 or 10214843. OLE color: 10214843.
HSL color Cylindrical-coordinate representation of color #BBDD9B: hue angle of 90.91º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBDD9B is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 155 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.13 |
| HSL | 90.91º | 0.49% | 0.74% | - |
| HSV(B) | 90.91º | 0.3% | 0.87% | - |
| XYZ | 52.27 | 64.64 | 40.73 | - |
| YUV | 203.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 155 | 0.15 | 0 | 0.30 | 0.13 | 90.91 | 0.49 | 0.74 |
| Hex | BB | DD | 9B | F | 0 | 1E | D | 5B | 31 | 4A |
| Octal | 273 | 335 | 233 | 17 | 0 | 36 | 15 | 133 | 61 | 112 |
| Binary | 10111011 | 11011101 | 10011011 | 1111 | 0 | 11110 | 1101 | 1011011 | 110001 | 1001010 |
Color Harmonies of #BBDD9B
Complementary color
Monochromatic Colors of #BBDD9B
Black with #BBDD9B
Text Example
Text Example
White with #BBDD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD9B; }
p { color: rgb(187,221,155); }
H1.HeaderClassName
{
color: #BBDD9B;
}
.AnyTagClassName
{
color: #BBDD9B;
}
</style>
background-color css
<style>
a { background-color: #BBDD9B; }
a { background-color: rgb(187,221,155); }
div.DivClassName
{
background-color: #BBDD9B;
}
.BgClassName
{
background-color: #BBDD9B;
}
</style>
border-color css
<style>
span { border-color: #BBDD9B; }
span { border-color: rgb(187,221,155); }
td.TdClassName
{
border-color: #BBDD9B;
}
.TagClassName
{
border-color: #BBDD9B;
}
</style>