Shades of Pixie Green #BDDD9E
Tints of Pixie Green #BDDD9E
RGB
CMYK
RGB Variations
Color information
#BDDD9E (or 0xBDDD9E) is known color: Pixie Green. HEX triplet: BD, DD and 9E. RGB value is (189,221,158). Sum of RGB (Red+Green+Blue) = 189+221+158=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 158 (62.11% from 255 or 27.82% from 568); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD9E is #422261. Grayscale: #CCCCCC. Windows color (decimal): -4334178 or 10411453. OLE color: 10411453.
HSL color Cylindrical-coordinate representation of color #BDDD9E: hue angle of 90.48º degrees, saturation: 0.48, 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 #BDDD9E is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 158 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.13 |
| HSL | 90.48º | 0.48% | 0.74% | - |
| HSV(B) | 90.48º | 0.29% | 0.87% | - |
| XYZ | 53.01 | 65 | 42.1 | - |
| YUV | 204.25 | 101.9 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 158 | 0.14 | 0 | 0.29 | 0.13 | 90.48 | 0.48 | 0.74 |
| Hex | BD | DD | 9E | E | 0 | 1D | D | 5A | 30 | 4A |
| Octal | 275 | 335 | 236 | 16 | 0 | 35 | 15 | 132 | 60 | 112 |
| Binary | 10111101 | 11011101 | 10011110 | 1110 | 0 | 11101 | 1101 | 1011010 | 110000 | 1001010 |
Color Harmonies of #BDDD9E
Complementary color
Monochromatic Colors of #BDDD9E
Black with #BDDD9E
Text Example
Text Example
White with #BDDD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD9E; }
p { color: rgb(189,221,158); }
H1.HeaderClassName
{
color: #BDDD9E;
}
.AnyTagClassName
{
color: #BDDD9E;
}
</style>
background-color css
<style>
a { background-color: #BDDD9E; }
a { background-color: rgb(189,221,158); }
div.DivClassName
{
background-color: #BDDD9E;
}
.BgClassName
{
background-color: #BDDD9E;
}
</style>
border-color css
<style>
span { border-color: #BDDD9E; }
span { border-color: rgb(189,221,158); }
td.TdClassName
{
border-color: #BDDD9E;
}
.TagClassName
{
border-color: #BDDD9E;
}
</style>