Shades of Pixie Green #BBDD9C
Tints of Pixie Green #BBDD9C
RGB
CMYK
RGB Variations
Color information
#BBDD9C (or 0xBBDD9C) is known color: Pixie Green. HEX triplet: BB, DD and 9C. RGB value is (187,221,156). Sum of RGB (Red+Green+Blue) = 187+221+156=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD9C is #442263. Grayscale: #CBCBCB. Windows color (decimal): -4465252 or 10280379. OLE color: 10280379.
HSL color Cylindrical-coordinate representation of color #BBDD9C: hue angle of 91.38º degrees, saturation: 0.49, 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 #BBDD9C is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 156 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.13 |
| HSL | 91.38º | 0.49% | 0.74% | - |
| HSV(B) | 91.38º | 0.29% | 0.87% | - |
| XYZ | 52.35 | 64.68 | 41.18 | - |
| YUV | 203.42 | 101.24 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 156 | 0.15 | 0 | 0.29 | 0.13 | 91.38 | 0.49 | 0.74 |
| Hex | BB | DD | 9C | F | 0 | 1D | D | 5B | 31 | 4A |
| Octal | 273 | 335 | 234 | 17 | 0 | 35 | 15 | 133 | 61 | 112 |
| Binary | 10111011 | 11011101 | 10011100 | 1111 | 0 | 11101 | 1101 | 1011011 | 110001 | 1001010 |
Color Harmonies of #BBDD9C
Complementary color
Monochromatic Colors of #BBDD9C
Black with #BBDD9C
Text Example
Text Example
White with #BBDD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD9C; }
p { color: rgb(187,221,156); }
H1.HeaderClassName
{
color: #BBDD9C;
}
.AnyTagClassName
{
color: #BBDD9C;
}
</style>
background-color css
<style>
a { background-color: #BBDD9C; }
a { background-color: rgb(187,221,156); }
div.DivClassName
{
background-color: #BBDD9C;
}
.BgClassName
{
background-color: #BBDD9C;
}
</style>
border-color css
<style>
span { border-color: #BBDD9C; }
span { border-color: rgb(187,221,156); }
td.TdClassName
{
border-color: #BBDD9C;
}
.TagClassName
{
border-color: #BBDD9C;
}
</style>