Shades of Pixie Green #BDDD9D
Tints of Pixie Green #BDDD9D
RGB
CMYK
RGB Variations
Color information
#BDDD9D (or 0xBDDD9D) is known color: Pixie Green. HEX triplet: BD, DD and 9D. RGB value is (189,221,157). Sum of RGB (Red+Green+Blue) = 189+221+157=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 221 (86.72% from 255 or 38.98% from 567); Blue value is 157 (61.72% from 255 or 27.69% from 567); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD9D is #422262. Grayscale: #CCCCCC. Windows color (decimal): -4334179 or 10345917. OLE color: 10345917.
HSL color Cylindrical-coordinate representation of color #BDDD9D: hue angle of 90º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDDD9D is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 157 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.13 |
| HSL | 90º | 0.48% | 0.74% | - |
| HSV(B) | 90º | 0.29% | 0.87% | - |
| XYZ | 52.93 | 64.97 | 41.65 | - |
| YUV | 204.14 | 101.4 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 157 | 0.14 | 0 | 0.29 | 0.13 | 90 | 0.48 | 0.74 |
| Hex | BD | DD | 9D | E | 0 | 1D | D | 5A | 30 | 4A |
| Octal | 275 | 335 | 235 | 16 | 0 | 35 | 15 | 132 | 60 | 112 |
| Binary | 10111101 | 11011101 | 10011101 | 1110 | 0 | 11101 | 1101 | 1011010 | 110000 | 1001010 |
Color Harmonies of #BDDD9D
Complementary color
Monochromatic Colors of #BDDD9D
Black with #BDDD9D
Text Example
Text Example
White with #BDDD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD9D; }
p { color: rgb(189,221,157); }
H1.HeaderClassName
{
color: #BDDD9D;
}
.AnyTagClassName
{
color: #BDDD9D;
}
</style>
background-color css
<style>
a { background-color: #BDDD9D; }
a { background-color: rgb(189,221,157); }
div.DivClassName
{
background-color: #BDDD9D;
}
.BgClassName
{
background-color: #BDDD9D;
}
</style>
border-color css
<style>
span { border-color: #BDDD9D; }
span { border-color: rgb(189,221,157); }
td.TdClassName
{
border-color: #BDDD9D;
}
.TagClassName
{
border-color: #BDDD9D;
}
</style>