Shades of Pixie Green #BBDF9B
Tints of Pixie Green #BBDF9B
RGB
CMYK
RGB Variations
Color information
#BBDF9B (or 0xBBDF9B) is known color: Pixie Green. HEX triplet: BB, DF and 9B. RGB value is (187,223,155). Sum of RGB (Red+Green+Blue) = 187+223+155=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDF9B is #442064. Grayscale: #CCCCCC. Windows color (decimal): -4464741 or 10215355. OLE color: 10215355.
HSL color Cylindrical-coordinate representation of color #BBDF9B: hue angle of 91.76º degrees, saturation: 0.52, 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 #BBDF9B is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 155 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.13 |
| HSL | 91.76º | 0.52% | 0.74% | - |
| HSV(B) | 91.76º | 0.3% | 0.87% | - |
| XYZ | 52.8 | 65.71 | 40.91 | - |
| YUV | 204.48 | 100.07 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 155 | 0.16 | 0 | 0.30 | 0.13 | 91.76 | 0.52 | 0.74 |
| Hex | BB | DF | 9B | 10 | 0 | 1E | D | 5C | 34 | 4A |
| Octal | 273 | 337 | 233 | 20 | 0 | 36 | 15 | 134 | 64 | 112 |
| Binary | 10111011 | 11011111 | 10011011 | 10000 | 0 | 11110 | 1101 | 1011100 | 110100 | 1001010 |
Color Harmonies of #BBDF9B
Complementary color
Monochromatic Colors of #BBDF9B
Black with #BBDF9B
Text Example
Text Example
White with #BBDF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF9B; }
p { color: rgb(187,223,155); }
H1.HeaderClassName
{
color: #BBDF9B;
}
.AnyTagClassName
{
color: #BBDF9B;
}
</style>
background-color css
<style>
a { background-color: #BBDF9B; }
a { background-color: rgb(187,223,155); }
div.DivClassName
{
background-color: #BBDF9B;
}
.BgClassName
{
background-color: #BBDF9B;
}
</style>
border-color css
<style>
span { border-color: #BBDF9B; }
span { border-color: rgb(187,223,155); }
td.TdClassName
{
border-color: #BBDF9B;
}
.TagClassName
{
border-color: #BBDF9B;
}
</style>