Shades of Pixie Green #BDDB9F
Tints of Pixie Green #BDDB9F
RGB
CMYK
RGB Variations
Color information
#BDDB9F (or 0xBDDB9F) is known color: Pixie Green. HEX triplet: BD, DB and 9F. RGB value is (189,219,159). Sum of RGB (Red+Green+Blue) = 189+219+159=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 159 (62.5% from 255 or 28.04% from 567); Max value from RGB is 219 - color contains mainly: green. Hex color #BDDB9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDB9F is #422460. Grayscale: #CBCBCB. Windows color (decimal): -4334689 or 10476477. OLE color: 10476477.
HSL color Cylindrical-coordinate representation of color #BDDB9F: hue angle of 90º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDDB9F is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 219 | 159 | - |
| CMYK | 0.14 | 0 | 0.27 | 0.14 |
| HSL | 90º | 0.45% | 0.74% | - |
| HSV(B) | 90º | 0.27% | 0.86% | - |
| XYZ | 52.58 | 63.99 | 42.38 | - |
| YUV | 203.19 | 103.06 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 219 | 159 | 0.14 | 0 | 0.27 | 0.14 | 90 | 0.45 | 0.74 |
| Hex | BD | DB | 9F | E | 0 | 1B | E | 5A | 2D | 4A |
| Octal | 275 | 333 | 237 | 16 | 0 | 33 | 16 | 132 | 55 | 112 |
| Binary | 10111101 | 11011011 | 10011111 | 1110 | 0 | 11011 | 1110 | 1011010 | 101101 | 1001010 |
Color Harmonies of #BDDB9F
Complementary color
Monochromatic Colors of #BDDB9F
Black with #BDDB9F
Text Example
Text Example
White with #BDDB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDB9F; }
p { color: rgb(189,219,159); }
H1.HeaderClassName
{
color: #BDDB9F;
}
.AnyTagClassName
{
color: #BDDB9F;
}
</style>
background-color css
<style>
a { background-color: #BDDB9F; }
a { background-color: rgb(189,219,159); }
div.DivClassName
{
background-color: #BDDB9F;
}
.BgClassName
{
background-color: #BDDB9F;
}
</style>
border-color css
<style>
span { border-color: #BDDB9F; }
span { border-color: rgb(189,219,159); }
td.TdClassName
{
border-color: #BDDB9F;
}
.TagClassName
{
border-color: #BDDB9F;
}
</style>