Shades of Pixie Green #BDDCA1
Tints of Pixie Green #BDDCA1
RGB
CMYK
RGB Variations
Color information
#BDDCA1 (or 0xBDDCA1) is known color: Pixie Green. HEX triplet: BD, DC and A1. RGB value is (189,220,161). Sum of RGB (Red+Green+Blue) = 189+220+161=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 161 (63.28% from 255 or 28.25% from 570); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDCA1 is #42235E. Grayscale: #CCCCCC. Windows color (decimal): -4334431 or 10607805. OLE color: 10607805.
HSL color Cylindrical-coordinate representation of color #BDDCA1: hue angle of 91.53º 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 #BDDCA1 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 161 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.14 |
| HSL | 91.53º | 0.46% | 0.75% | - |
| HSV(B) | 91.53º | 0.27% | 0.86% | - |
| XYZ | 53.01 | 64.58 | 43.39 | - |
| YUV | 204.01 | 103.73 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 161 | 0.14 | 0 | 0.27 | 0.14 | 91.53 | 0.46 | 0.75 |
| Hex | BD | DC | A1 | E | 0 | 1B | E | 5C | 2E | 4B |
| Octal | 275 | 334 | 241 | 16 | 0 | 33 | 16 | 134 | 56 | 113 |
| Binary | 10111101 | 11011100 | 10100001 | 1110 | 0 | 11011 | 1110 | 1011100 | 101110 | 1001011 |
Color Harmonies of #BDDCA1
Complementary color
Monochromatic Colors of #BDDCA1
Black with #BDDCA1
Text Example
Text Example
White with #BDDCA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCA1; }
p { color: rgb(189,220,161); }
H1.HeaderClassName
{
color: #BDDCA1;
}
.AnyTagClassName
{
color: #BDDCA1;
}
</style>
background-color css
<style>
a { background-color: #BDDCA1; }
a { background-color: rgb(189,220,161); }
div.DivClassName
{
background-color: #BDDCA1;
}
.BgClassName
{
background-color: #BDDCA1;
}
</style>
border-color css
<style>
span { border-color: #BDDCA1; }
span { border-color: rgb(189,220,161); }
td.TdClassName
{
border-color: #BDDCA1;
}
.TagClassName
{
border-color: #BDDCA1;
}
</style>