Shades of Pixie Green #BDDCA4
Tints of Pixie Green #BDDCA4
RGB
CMYK
RGB Variations
Color information
#BDDCA4 (or 0xBDDCA4) is known color: Pixie Green. HEX triplet: BD, DC and A4. RGB value is (189,220,164). Sum of RGB (Red+Green+Blue) = 189+220+164=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 220 (86.33% from 255 or 38.39% from 573); Blue value is 164 (64.45% from 255 or 28.62% from 573); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDCA4 is #42235B. Grayscale: #CCCCCC. Windows color (decimal): -4334428 or 10804413. OLE color: 10804413.
HSL color Cylindrical-coordinate representation of color #BDDCA4: hue angle of 93.21º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDDCA4 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 164 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.14 |
| HSL | 93.21º | 0.44% | 0.75% | - |
| HSV(B) | 93.21º | 0.25% | 0.86% | - |
| XYZ | 53.28 | 64.69 | 44.8 | - |
| YUV | 204.35 | 105.23 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 164 | 0.14 | 0 | 0.25 | 0.14 | 93.21 | 0.44 | 0.75 |
| Hex | BD | DC | A4 | E | 0 | 19 | E | 5D | 2C | 4B |
| Octal | 275 | 334 | 244 | 16 | 0 | 31 | 16 | 135 | 54 | 113 |
| Binary | 10111101 | 11011100 | 10100100 | 1110 | 0 | 11001 | 1110 | 1011101 | 101100 | 1001011 |
Color Harmonies of #BDDCA4
Complementary color
Monochromatic Colors of #BDDCA4
Black with #BDDCA4
Text Example
Text Example
White with #BDDCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDCA4; }
p { color: rgb(189,220,164); }
H1.HeaderClassName
{
color: #BDDCA4;
}
.AnyTagClassName
{
color: #BDDCA4;
}
</style>
background-color css
<style>
a { background-color: #BDDCA4; }
a { background-color: rgb(189,220,164); }
div.DivClassName
{
background-color: #BDDCA4;
}
.BgClassName
{
background-color: #BDDCA4;
}
</style>
border-color css
<style>
span { border-color: #BDDCA4; }
span { border-color: rgb(189,220,164); }
td.TdClassName
{
border-color: #BDDCA4;
}
.TagClassName
{
border-color: #BDDCA4;
}
</style>