Shades of Pixie Green #BDDD9C
Tints of Pixie Green #BDDD9C
RGB
CMYK
RGB Variations
Color information
#BDDD9C (or 0xBDDD9C) is known color: Pixie Green. HEX triplet: BD, DD and 9C. RGB value is (189,221,156). Sum of RGB (Red+Green+Blue) = 189+221+156=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 156 (61.33% from 255 or 27.56% from 566); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDDD9C is #422263. Grayscale: #CCCCCC. Windows color (decimal): -4334180 or 10280381. OLE color: 10280381.
HSL color Cylindrical-coordinate representation of color #BDDD9C: hue angle of 89.54º degrees, saturation: 0.49, 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 #BDDD9C is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 156 | - |
| CMYK | 0.14 | 0 | 0.29 | 0.13 |
| HSL | 89.54º | 0.49% | 0.74% | - |
| HSV(B) | 89.54º | 0.29% | 0.87% | - |
| XYZ | 52.84 | 64.93 | 41.2 | - |
| YUV | 204.02 | 100.9 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 156 | 0.14 | 0 | 0.29 | 0.13 | 89.54 | 0.49 | 0.74 |
| Hex | BD | DD | 9C | E | 0 | 1D | D | 5A | 31 | 4A |
| Octal | 275 | 335 | 234 | 16 | 0 | 35 | 15 | 132 | 61 | 112 |
| Binary | 10111101 | 11011101 | 10011100 | 1110 | 0 | 11101 | 1101 | 1011010 | 110001 | 1001010 |
Color Harmonies of #BDDD9C
Complementary color
Monochromatic Colors of #BDDD9C
Black with #BDDD9C
Text Example
Text Example
White with #BDDD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD9C; }
p { color: rgb(189,221,156); }
H1.HeaderClassName
{
color: #BDDD9C;
}
.AnyTagClassName
{
color: #BDDD9C;
}
</style>
background-color css
<style>
a { background-color: #BDDD9C; }
a { background-color: rgb(189,221,156); }
div.DivClassName
{
background-color: #BDDD9C;
}
.BgClassName
{
background-color: #BDDD9C;
}
</style>
border-color css
<style>
span { border-color: #BDDD9C; }
span { border-color: rgb(189,221,156); }
td.TdClassName
{
border-color: #BDDD9C;
}
.TagClassName
{
border-color: #BDDD9C;
}
</style>