Shades of Pixie Green #BDDCA2
Tints of Pixie Green #BDDCA2
RGB
CMYK
RGB Variations
Color information
#BDDCA2 (or 0xBDDCA2) is known color: Pixie Green. HEX triplet: BD, DC and A2. RGB value is (189,220,162). Sum of RGB (Red+Green+Blue) = 189+220+162=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 162 (63.67% from 255 or 28.37% from 571); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDCA2 is #42235D. Grayscale: #CCCCCC. Windows color (decimal): -4334430 or 10673341. OLE color: 10673341.
HSL color Cylindrical-coordinate representation of color #BDDCA2: hue angle of 92.07º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDDCA2 is Cyan = 0.14, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 162 | - |
| CMYK | 0.14 | 0 | 0.26 | 0.14 |
| HSL | 92.07º | 0.45% | 0.75% | - |
| HSV(B) | 92.07º | 0.26% | 0.86% | - |
| XYZ | 53.1 | 64.61 | 43.86 | - |
| YUV | 204.12 | 104.23 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 162 | 0.14 | 0 | 0.26 | 0.14 | 92.07 | 0.45 | 0.75 |
| Hex | BD | DC | A2 | E | 0 | 1A | E | 5C | 2D | 4B |
| Octal | 275 | 334 | 242 | 16 | 0 | 32 | 16 | 134 | 55 | 113 |
| Binary | 10111101 | 11011100 | 10100010 | 1110 | 0 | 11010 | 1110 | 1011100 | 101101 | 1001011 |
Color Harmonies of #BDDCA2
Complementary color
Monochromatic Colors of #BDDCA2
Black with #BDDCA2
Text Example
Text Example
White with #BDDCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCA2; }
p { color: rgb(189,220,162); }
H1.HeaderClassName
{
color: #BDDCA2;
}
.AnyTagClassName
{
color: #BDDCA2;
}
</style>
background-color css
<style>
a { background-color: #BDDCA2; }
a { background-color: rgb(189,220,162); }
div.DivClassName
{
background-color: #BDDCA2;
}
.BgClassName
{
background-color: #BDDCA2;
}
</style>
border-color css
<style>
span { border-color: #BDDCA2; }
span { border-color: rgb(189,220,162); }
td.TdClassName
{
border-color: #BDDCA2;
}
.TagClassName
{
border-color: #BDDCA2;
}
</style>