Shades of Pixie Green #BDDDA2
Tints of Pixie Green #BDDDA2
RGB
CMYK
RGB Variations
Color information
#BDDDA2 (or 0xBDDDA2) is known color: Pixie Green. HEX triplet: BD, DD and A2. RGB value is (189,221,162). Sum of RGB (Red+Green+Blue) = 189+221+162=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 221 (86.72% from 255 or 38.64% from 572); Blue value is 162 (63.67% from 255 or 28.32% from 572); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDDA2 is #42225D. Grayscale: #CCCCCC. Windows color (decimal): -4334174 or 10673597. OLE color: 10673597.
HSL color Cylindrical-coordinate representation of color #BDDDA2: hue angle of 92.54º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDDDA2 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 162 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.13 |
| HSL | 92.54º | 0.46% | 0.75% | - |
| HSV(B) | 92.54º | 0.27% | 0.87% | - |
| XYZ | 53.36 | 65.14 | 43.94 | - |
| YUV | 204.71 | 103.9 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 162 | 0.14 | 0 | 0.27 | 0.13 | 92.54 | 0.46 | 0.75 |
| Hex | BD | DD | A2 | E | 0 | 1B | D | 5D | 2E | 4B |
| Octal | 275 | 335 | 242 | 16 | 0 | 33 | 15 | 135 | 56 | 113 |
| Binary | 10111101 | 11011101 | 10100010 | 1110 | 0 | 11011 | 1101 | 1011101 | 101110 | 1001011 |
Color Harmonies of #BDDDA2
Complementary color
Monochromatic Colors of #BDDDA2
Black with #BDDDA2
Text Example
Text Example
White with #BDDDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDDA2; }
p { color: rgb(189,221,162); }
H1.HeaderClassName
{
color: #BDDDA2;
}
.AnyTagClassName
{
color: #BDDDA2;
}
</style>
background-color css
<style>
a { background-color: #BDDDA2; }
a { background-color: rgb(189,221,162); }
div.DivClassName
{
background-color: #BDDDA2;
}
.BgClassName
{
background-color: #BDDDA2;
}
</style>
border-color css
<style>
span { border-color: #BDDDA2; }
span { border-color: rgb(189,221,162); }
td.TdClassName
{
border-color: #BDDDA2;
}
.TagClassName
{
border-color: #BDDDA2;
}
</style>