Shades of Pixie Green #BDD6AD
Tints of Pixie Green #BDD6AD
RGB
CMYK
RGB Variations
Color information
#BDD6AD (or 0xBDD6AD) is known color: Pixie Green. HEX triplet: BD, D6 and AD. RGB value is (189,214,173). Sum of RGB (Red+Green+Blue) = 189+214+173=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD6AD is #422952. Grayscale: #C9C9C9. Windows color (decimal): -4335955 or 11392701. OLE color: 11392701.
HSL color Cylindrical-coordinate representation of color #BDD6AD: hue angle of 96.59º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDD6AD is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 173 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.16 |
| HSL | 96.59º | 0.33% | 0.76% | - |
| HSV(B) | 96.59º | 0.19% | 0.84% | - |
| XYZ | 52.58 | 61.93 | 48.72 | - |
| YUV | 201.85 | 111.72 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 173 | 0.12 | 0 | 0.19 | 0.16 | 96.59 | 0.33 | 0.76 |
| Hex | BD | D6 | AD | C | 0 | 13 | 10 | 61 | 21 | 4C |
| Octal | 275 | 326 | 255 | 14 | 0 | 23 | 20 | 141 | 41 | 114 |
| Binary | 10111101 | 11010110 | 10101101 | 1100 | 0 | 10011 | 10000 | 1100001 | 100001 | 1001100 |
Color Harmonies of #BDD6AD
Complementary color
Monochromatic Colors of #BDD6AD
Black with #BDD6AD
Text Example
Text Example
White with #BDD6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD6AD; }
p { color: rgb(189,214,173); }
H1.HeaderClassName
{
color: #BDD6AD;
}
.AnyTagClassName
{
color: #BDD6AD;
}
</style>
background-color css
<style>
a { background-color: #BDD6AD; }
a { background-color: rgb(189,214,173); }
div.DivClassName
{
background-color: #BDD6AD;
}
.BgClassName
{
background-color: #BDD6AD;
}
</style>
border-color css
<style>
span { border-color: #BDD6AD; }
span { border-color: rgb(189,214,173); }
td.TdClassName
{
border-color: #BDD6AD;
}
.TagClassName
{
border-color: #BDD6AD;
}
</style>