Shades of Pixie Green #BDDCA0
Tints of Pixie Green #BDDCA0
RGB
CMYK
RGB Variations
Color information
#BDDCA0 (or 0xBDDCA0) is known color: Pixie Green. HEX triplet: BD, DC and A0. RGB value is (189,220,160). Sum of RGB (Red+Green+Blue) = 189+220+160=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 160 (62.89% from 255 or 28.12% from 569); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDCA0 is #42235F. Grayscale: #CCCCCC. Windows color (decimal): -4334432 or 10542269. OLE color: 10542269.
HSL color Cylindrical-coordinate representation of color #BDDCA0: hue angle of 91º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDDCA0 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 160 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.14 |
| HSL | 91º | 0.46% | 0.75% | - |
| HSV(B) | 91º | 0.27% | 0.86% | - |
| XYZ | 52.92 | 64.54 | 42.93 | - |
| YUV | 203.89 | 103.23 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 160 | 0.14 | 0 | 0.27 | 0.14 | 91 | 0.46 | 0.75 |
| Hex | BD | DC | A0 | E | 0 | 1B | E | 5B | 2E | 4B |
| Octal | 275 | 334 | 240 | 16 | 0 | 33 | 16 | 133 | 56 | 113 |
| Binary | 10111101 | 11011100 | 10100000 | 1110 | 0 | 11011 | 1110 | 1011011 | 101110 | 1001011 |
Color Harmonies of #BDDCA0
Complementary color
Monochromatic Colors of #BDDCA0
Black with #BDDCA0
Text Example
Text Example
White with #BDDCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCA0; }
p { color: rgb(189,220,160); }
H1.HeaderClassName
{
color: #BDDCA0;
}
.AnyTagClassName
{
color: #BDDCA0;
}
</style>
background-color css
<style>
a { background-color: #BDDCA0; }
a { background-color: rgb(189,220,160); }
div.DivClassName
{
background-color: #BDDCA0;
}
.BgClassName
{
background-color: #BDDCA0;
}
</style>
border-color css
<style>
span { border-color: #BDDCA0; }
span { border-color: rgb(189,220,160); }
td.TdClassName
{
border-color: #BDDCA0;
}
.TagClassName
{
border-color: #BDDCA0;
}
</style>