Shades of Pixie Green #BDD89C
Tints of Pixie Green #BDD89C
RGB
CMYK
RGB Variations
Color information
#BDD89C (or 0xBDD89C) is known color: Pixie Green. HEX triplet: BD, D8 and 9C. RGB value is (189,216,156). Sum of RGB (Red+Green+Blue) = 189+216+156=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 216 - color contains mainly: green. Hex color #BDD89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD89C is #422763. Grayscale: #C9C9C9. Windows color (decimal): -4335460 or 10279101. OLE color: 10279101.
HSL color Cylindrical-coordinate representation of color #BDD89C: hue angle of 87º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDD89C is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 216 | 156 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.15 |
| HSL | 87º | 0.43% | 0.73% | - |
| HSV(B) | 87º | 0.28% | 0.85% | - |
| XYZ | 51.54 | 62.33 | 40.77 | - |
| YUV | 201.09 | 102.55 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 216 | 156 | 0.12 | 0 | 0.28 | 0.15 | 87 | 0.43 | 0.73 |
| Hex | BD | D8 | 9C | C | 0 | 1C | F | 57 | 2B | 49 |
| Octal | 275 | 330 | 234 | 14 | 0 | 34 | 17 | 127 | 53 | 111 |
| Binary | 10111101 | 11011000 | 10011100 | 1100 | 0 | 11100 | 1111 | 1010111 | 101011 | 1001001 |
Color Harmonies of #BDD89C
Complementary color
Monochromatic Colors of #BDD89C
Black with #BDD89C
Text Example
Text Example
White with #BDD89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD89C; }
p { color: rgb(189,216,156); }
H1.HeaderClassName
{
color: #BDD89C;
}
.AnyTagClassName
{
color: #BDD89C;
}
</style>
background-color css
<style>
a { background-color: #BDD89C; }
a { background-color: rgb(189,216,156); }
div.DivClassName
{
background-color: #BDD89C;
}
.BgClassName
{
background-color: #BDD89C;
}
</style>
border-color css
<style>
span { border-color: #BDD89C; }
span { border-color: rgb(189,216,156); }
td.TdClassName
{
border-color: #BDD89C;
}
.TagClassName
{
border-color: #BDD89C;
}
</style>