Shades of Pixie Green #BBDA9C
Tints of Pixie Green #BBDA9C
RGB
CMYK
RGB Variations
Color information
#BBDA9C (or 0xBBDA9C) is known color: Pixie Green. HEX triplet: BB, DA and 9C. RGB value is (187,218,156). Sum of RGB (Red+Green+Blue) = 187+218+156=561 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.33% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDA9C is #442563. Grayscale: #C9C9C9. Windows color (decimal): -4466020 or 10279611. OLE color: 10279611.
HSL color Cylindrical-coordinate representation of color #BBDA9C: hue angle of 90º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBDA9C is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 156 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.15 |
| HSL | 90º | 0.46% | 0.73% | - |
| HSV(B) | 90º | 0.28% | 0.85% | - |
| XYZ | 51.57 | 63.11 | 40.92 | - |
| YUV | 201.66 | 102.23 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 156 | 0.14 | 0 | 0.28 | 0.15 | 90 | 0.46 | 0.73 |
| Hex | BB | DA | 9C | E | 0 | 1C | F | 5A | 2E | 49 |
| Octal | 273 | 332 | 234 | 16 | 0 | 34 | 17 | 132 | 56 | 111 |
| Binary | 10111011 | 11011010 | 10011100 | 1110 | 0 | 11100 | 1111 | 1011010 | 101110 | 1001001 |
Color Harmonies of #BBDA9C
Complementary color
Monochromatic Colors of #BBDA9C
Black with #BBDA9C
Text Example
Text Example
White with #BBDA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA9C; }
p { color: rgb(187,218,156); }
H1.HeaderClassName
{
color: #BBDA9C;
}
.AnyTagClassName
{
color: #BBDA9C;
}
</style>
background-color css
<style>
a { background-color: #BBDA9C; }
a { background-color: rgb(187,218,156); }
div.DivClassName
{
background-color: #BBDA9C;
}
.BgClassName
{
background-color: #BBDA9C;
}
</style>
border-color css
<style>
span { border-color: #BBDA9C; }
span { border-color: rgb(187,218,156); }
td.TdClassName
{
border-color: #BBDA9C;
}
.TagClassName
{
border-color: #BBDA9C;
}
</style>