Shades of Pixie Green #BDD99C
Tints of Pixie Green #BDD99C
RGB
CMYK
RGB Variations
Color information
#BDD99C (or 0xBDD99C) is known color: Pixie Green. HEX triplet: BD, D9 and 9C. RGB value is (189,217,156). Sum of RGB (Red+Green+Blue) = 189+217+156=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 156 (61.33% from 255 or 27.76% from 562); Max value from RGB is 217 - color contains mainly: green. Hex color #BDD99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD99C is #422663. Grayscale: #C9C9C9. Windows color (decimal): -4335204 or 10279357. OLE color: 10279357.
HSL color Cylindrical-coordinate representation of color #BDD99C: hue angle of 87.54º degrees, saturation: 0.45, 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 #BDD99C is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 217 | 156 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.15 |
| HSL | 87.54º | 0.45% | 0.73% | - |
| HSV(B) | 87.54º | 0.28% | 0.85% | - |
| XYZ | 51.8 | 62.84 | 40.85 | - |
| YUV | 201.67 | 102.22 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 217 | 156 | 0.13 | 0 | 0.28 | 0.15 | 87.54 | 0.45 | 0.73 |
| Hex | BD | D9 | 9C | D | 0 | 1C | F | 58 | 2D | 49 |
| Octal | 275 | 331 | 234 | 15 | 0 | 34 | 17 | 130 | 55 | 111 |
| Binary | 10111101 | 11011001 | 10011100 | 1101 | 0 | 11100 | 1111 | 1011000 | 101101 | 1001001 |
Color Harmonies of #BDD99C
Complementary color
Monochromatic Colors of #BDD99C
Black with #BDD99C
Text Example
Text Example
White with #BDD99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD99C; }
p { color: rgb(189,217,156); }
H1.HeaderClassName
{
color: #BDD99C;
}
.AnyTagClassName
{
color: #BDD99C;
}
</style>
background-color css
<style>
a { background-color: #BDD99C; }
a { background-color: rgb(189,217,156); }
div.DivClassName
{
background-color: #BDD99C;
}
.BgClassName
{
background-color: #BDD99C;
}
</style>
border-color css
<style>
span { border-color: #BDD99C; }
span { border-color: rgb(189,217,156); }
td.TdClassName
{
border-color: #BDD99C;
}
.TagClassName
{
border-color: #BDD99C;
}
</style>