Shades of Pixie Green #BDD5A8
Tints of Pixie Green #BDD5A8
RGB
CMYK
RGB Variations
Color information
#BDD5A8 (or 0xBDD5A8) is known color: Pixie Green. HEX triplet: BD, D5 and A8. RGB value is (189,213,168). Sum of RGB (Red+Green+Blue) = 189+213+168=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 213 (83.59% from 255 or 37.37% from 570); Blue value is 168 (66.02% from 255 or 29.47% from 570); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD5A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD5A8 is #422A57. Grayscale: #C8C8C8. Windows color (decimal): -4336216 or 11064765. OLE color: 11064765.
HSL color Cylindrical-coordinate representation of color #BDD5A8: hue angle of 92º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDD5A8 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 168 | - |
| CMYK | 0.11 | 0 | 0.21 | 0.16 |
| HSL | 92º | 0.35% | 0.75% | - |
| HSV(B) | 92º | 0.21% | 0.84% | - |
| XYZ | 51.85 | 61.23 | 46.13 | - |
| YUV | 200.69 | 109.55 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 168 | 0.11 | 0 | 0.21 | 0.16 | 92 | 0.35 | 0.75 |
| Hex | BD | D5 | A8 | B | 0 | 15 | 10 | 5C | 23 | 4B |
| Octal | 275 | 325 | 250 | 13 | 0 | 25 | 20 | 134 | 43 | 113 |
| Binary | 10111101 | 11010101 | 10101000 | 1011 | 0 | 10101 | 10000 | 1011100 | 100011 | 1001011 |
Color Harmonies of #BDD5A8
Complementary color
Monochromatic Colors of #BDD5A8
Black with #BDD5A8
Text Example
Text Example
White with #BDD5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD5A8; }
p { color: rgb(189,213,168); }
H1.HeaderClassName
{
color: #BDD5A8;
}
.AnyTagClassName
{
color: #BDD5A8;
}
</style>
background-color css
<style>
a { background-color: #BDD5A8; }
a { background-color: rgb(189,213,168); }
div.DivClassName
{
background-color: #BDD5A8;
}
.BgClassName
{
background-color: #BDD5A8;
}
</style>
border-color css
<style>
span { border-color: #BDD5A8; }
span { border-color: rgb(189,213,168); }
td.TdClassName
{
border-color: #BDD5A8;
}
.TagClassName
{
border-color: #BDD5A8;
}
</style>