Shades of Pixie Green #BDDC9E
Tints of Pixie Green #BDDC9E
RGB
CMYK
RGB Variations
Color information
#BDDC9E (or 0xBDDC9E) is known color: Pixie Green. HEX triplet: BD, DC and 9E. RGB value is (189,220,158). Sum of RGB (Red+Green+Blue) = 189+220+158=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDC9E is #422361. Grayscale: #CBCBCB. Windows color (decimal): -4334434 or 10411197. OLE color: 10411197.
HSL color Cylindrical-coordinate representation of color #BDDC9E: hue angle of 90º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDDC9E is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 158 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.14 |
| HSL | 90º | 0.47% | 0.74% | - |
| HSV(B) | 90º | 0.28% | 0.86% | - |
| XYZ | 52.75 | 64.47 | 42.01 | - |
| YUV | 203.66 | 102.23 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 158 | 0.14 | 0 | 0.28 | 0.14 | 90 | 0.47 | 0.74 |
| Hex | BD | DC | 9E | E | 0 | 1C | E | 5A | 2F | 4A |
| Octal | 275 | 334 | 236 | 16 | 0 | 34 | 16 | 132 | 57 | 112 |
| Binary | 10111101 | 11011100 | 10011110 | 1110 | 0 | 11100 | 1110 | 1011010 | 101111 | 1001010 |
Color Harmonies of #BDDC9E
Complementary color
Monochromatic Colors of #BDDC9E
Black with #BDDC9E
Text Example
Text Example
White with #BDDC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC9E; }
p { color: rgb(189,220,158); }
H1.HeaderClassName
{
color: #BDDC9E;
}
.AnyTagClassName
{
color: #BDDC9E;
}
</style>
background-color css
<style>
a { background-color: #BDDC9E; }
a { background-color: rgb(189,220,158); }
div.DivClassName
{
background-color: #BDDC9E;
}
.BgClassName
{
background-color: #BDDC9E;
}
</style>
border-color css
<style>
span { border-color: #BDDC9E; }
span { border-color: rgb(189,220,158); }
td.TdClassName
{
border-color: #BDDC9E;
}
.TagClassName
{
border-color: #BDDC9E;
}
</style>