Shades of Pixie Green #BBDA9D
Tints of Pixie Green #BBDA9D
RGB
CMYK
RGB Variations
Color information
#BBDA9D (or 0xBBDA9D) is known color: Pixie Green. HEX triplet: BB, DA and 9D. RGB value is (187,218,157). Sum of RGB (Red+Green+Blue) = 187+218+157=562 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.27% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDA9D is #442562. Grayscale: #C9C9C9. Windows color (decimal): -4466019 or 10345147. OLE color: 10345147.
HSL color Cylindrical-coordinate representation of color #BBDA9D: hue angle of 90.49º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBDA9D is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 157 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.15 |
| HSL | 90.49º | 0.45% | 0.74% | - |
| HSV(B) | 90.49º | 0.28% | 0.85% | - |
| XYZ | 51.65 | 63.14 | 41.36 | - |
| YUV | 201.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 157 | 0.14 | 0 | 0.28 | 0.15 | 90.49 | 0.45 | 0.74 |
| Hex | BB | DA | 9D | E | 0 | 1C | F | 5A | 2D | 4A |
| Octal | 273 | 332 | 235 | 16 | 0 | 34 | 17 | 132 | 55 | 112 |
| Binary | 10111011 | 11011010 | 10011101 | 1110 | 0 | 11100 | 1111 | 1011010 | 101101 | 1001010 |
Color Harmonies of #BBDA9D
Complementary color
Monochromatic Colors of #BBDA9D
Black with #BBDA9D
Text Example
Text Example
White with #BBDA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA9D; }
p { color: rgb(187,218,157); }
H1.HeaderClassName
{
color: #BBDA9D;
}
.AnyTagClassName
{
color: #BBDA9D;
}
</style>
background-color css
<style>
a { background-color: #BBDA9D; }
a { background-color: rgb(187,218,157); }
div.DivClassName
{
background-color: #BBDA9D;
}
.BgClassName
{
background-color: #BBDA9D;
}
</style>
border-color css
<style>
span { border-color: #BBDA9D; }
span { border-color: rgb(187,218,157); }
td.TdClassName
{
border-color: #BBDA9D;
}
.TagClassName
{
border-color: #BBDA9D;
}
</style>