Shades of Pixie Green #BBDD9D
Tints of Pixie Green #BBDD9D
RGB
CMYK
RGB Variations
Color information
#BBDD9D (or 0xBBDD9D) is known color: Pixie Green. HEX triplet: BB, DD and 9D. RGB value is (187,221,157). Sum of RGB (Red+Green+Blue) = 187+221+157=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD9D is #442262. Grayscale: #CBCBCB. Windows color (decimal): -4465251 or 10345915. OLE color: 10345915.
HSL color Cylindrical-coordinate representation of color #BBDD9D: hue angle of 91.88º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBDD9D is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 157 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.13 |
| HSL | 91.88º | 0.48% | 0.74% | - |
| HSV(B) | 91.88º | 0.29% | 0.87% | - |
| XYZ | 52.44 | 64.71 | 41.63 | - |
| YUV | 203.54 | 101.74 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 157 | 0.15 | 0 | 0.29 | 0.13 | 91.88 | 0.48 | 0.74 |
| Hex | BB | DD | 9D | F | 0 | 1D | D | 5C | 30 | 4A |
| Octal | 273 | 335 | 235 | 17 | 0 | 35 | 15 | 134 | 60 | 112 |
| Binary | 10111011 | 11011101 | 10011101 | 1111 | 0 | 11101 | 1101 | 1011100 | 110000 | 1001010 |
Color Harmonies of #BBDD9D
Complementary color
Monochromatic Colors of #BBDD9D
Black with #BBDD9D
Text Example
Text Example
White with #BBDD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD9D; }
p { color: rgb(187,221,157); }
H1.HeaderClassName
{
color: #BBDD9D;
}
.AnyTagClassName
{
color: #BBDD9D;
}
</style>
background-color css
<style>
a { background-color: #BBDD9D; }
a { background-color: rgb(187,221,157); }
div.DivClassName
{
background-color: #BBDD9D;
}
.BgClassName
{
background-color: #BBDD9D;
}
</style>
border-color css
<style>
span { border-color: #BBDD9D; }
span { border-color: rgb(187,221,157); }
td.TdClassName
{
border-color: #BBDD9D;
}
.TagClassName
{
border-color: #BBDD9D;
}
</style>