Shades of Pixie Green #BBDC9D
Tints of Pixie Green #BBDC9D
RGB
CMYK
RGB Variations
Color information
#BBDC9D (or 0xBBDC9D) is known color: Pixie Green. HEX triplet: BB, DC and 9D. RGB value is (187,220,157). Sum of RGB (Red+Green+Blue) = 187+220+157=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC9D is #442362. Grayscale: #CBCBCB. Windows color (decimal): -4465507 or 10345659. OLE color: 10345659.
HSL color Cylindrical-coordinate representation of color #BBDC9D: hue angle of 91.43º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBDC9D is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 157 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.14 |
| HSL | 91.43º | 0.47% | 0.74% | - |
| HSV(B) | 91.43º | 0.29% | 0.86% | - |
| XYZ | 52.17 | 64.19 | 41.54 | - |
| YUV | 202.95 | 102.07 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 157 | 0.15 | 0 | 0.29 | 0.14 | 91.43 | 0.47 | 0.74 |
| Hex | BB | DC | 9D | F | 0 | 1D | E | 5B | 2F | 4A |
| Octal | 273 | 334 | 235 | 17 | 0 | 35 | 16 | 133 | 57 | 112 |
| Binary | 10111011 | 11011100 | 10011101 | 1111 | 0 | 11101 | 1110 | 1011011 | 101111 | 1001010 |
Color Harmonies of #BBDC9D
Complementary color
Monochromatic Colors of #BBDC9D
Black with #BBDC9D
Text Example
Text Example
White with #BBDC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC9D; }
p { color: rgb(187,220,157); }
H1.HeaderClassName
{
color: #BBDC9D;
}
.AnyTagClassName
{
color: #BBDC9D;
}
</style>
background-color css
<style>
a { background-color: #BBDC9D; }
a { background-color: rgb(187,220,157); }
div.DivClassName
{
background-color: #BBDC9D;
}
.BgClassName
{
background-color: #BBDC9D;
}
</style>
border-color css
<style>
span { border-color: #BBDC9D; }
span { border-color: rgb(187,220,157); }
td.TdClassName
{
border-color: #BBDC9D;
}
.TagClassName
{
border-color: #BBDC9D;
}
</style>