Shades of Pixie Green #BDD6A3
Tints of Pixie Green #BDD6A3
RGB
CMYK
RGB Variations
Color information
#BDD6A3 (or 0xBDD6A3) is known color: Pixie Green. HEX triplet: BD, D6 and A3. RGB value is (189,214,163). Sum of RGB (Red+Green+Blue) = 189+214+163=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 163 (64.06% from 255 or 28.80% from 566); Max value from RGB is 214 - color contains mainly: green. Hex color #BDD6A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD6A3 is #42295C. Grayscale: #C8C8C8. Windows color (decimal): -4335965 or 10737341. OLE color: 10737341.
HSL color Cylindrical-coordinate representation of color #BDD6A3: hue angle of 89.41º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDD6A3 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 214 | 163 | - |
| CMYK | 0.12 | 0 | 0.24 | 0.16 |
| HSL | 89.41º | 0.38% | 0.74% | - |
| HSV(B) | 89.41º | 0.24% | 0.84% | - |
| XYZ | 51.64 | 61.56 | 43.81 | - |
| YUV | 200.71 | 106.72 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 214 | 163 | 0.12 | 0 | 0.24 | 0.16 | 89.41 | 0.38 | 0.74 |
| Hex | BD | D6 | A3 | C | 0 | 18 | 10 | 59 | 26 | 4A |
| Octal | 275 | 326 | 243 | 14 | 0 | 30 | 20 | 131 | 46 | 112 |
| Binary | 10111101 | 11010110 | 10100011 | 1100 | 0 | 11000 | 10000 | 1011001 | 100110 | 1001010 |
Color Harmonies of #BDD6A3
Complementary color
Monochromatic Colors of #BDD6A3
Black with #BDD6A3
Text Example
Text Example
White with #BDD6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD6A3; }
p { color: rgb(189,214,163); }
H1.HeaderClassName
{
color: #BDD6A3;
}
.AnyTagClassName
{
color: #BDD6A3;
}
</style>
background-color css
<style>
a { background-color: #BDD6A3; }
a { background-color: rgb(189,214,163); }
div.DivClassName
{
background-color: #BDD6A3;
}
.BgClassName
{
background-color: #BDD6A3;
}
</style>
border-color css
<style>
span { border-color: #BDD6A3; }
span { border-color: rgb(189,214,163); }
td.TdClassName
{
border-color: #BDD6A3;
}
.TagClassName
{
border-color: #BDD6A3;
}
</style>