Shades of Pixie Green #BDD5A5
Tints of Pixie Green #BDD5A5
RGB
CMYK
RGB Variations
Color information
#BDD5A5 (or 0xBDD5A5) is known color: Pixie Green. HEX triplet: BD, D5 and A5. RGB value is (189,213,165). Sum of RGB (Red+Green+Blue) = 189+213+165=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 213 (83.59% from 255 or 37.57% from 567); Blue value is 165 (64.84% from 255 or 29.10% from 567); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD5A5 is #422A5A. Grayscale: #C8C8C8. Windows color (decimal): -4336219 or 10868157. OLE color: 10868157.
HSL color Cylindrical-coordinate representation of color #BDD5A5: hue angle of 90º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDD5A5 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 213 | 165 | - |
| CMYK | 0.11 | 0 | 0.23 | 0.16 |
| HSL | 90º | 0.36% | 0.74% | - |
| HSV(B) | 90º | 0.23% | 0.84% | - |
| XYZ | 51.57 | 61.12 | 44.68 | - |
| YUV | 200.35 | 108.05 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 213 | 165 | 0.11 | 0 | 0.23 | 0.16 | 90 | 0.36 | 0.74 |
| Hex | BD | D5 | A5 | B | 0 | 17 | 10 | 5A | 24 | 4A |
| Octal | 275 | 325 | 245 | 13 | 0 | 27 | 20 | 132 | 44 | 112 |
| Binary | 10111101 | 11010101 | 10100101 | 1011 | 0 | 10111 | 10000 | 1011010 | 100100 | 1001010 |
Color Harmonies of #BDD5A5
Complementary color
Monochromatic Colors of #BDD5A5
Black with #BDD5A5
Text Example
Text Example
White with #BDD5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD5A5; }
p { color: rgb(189,213,165); }
H1.HeaderClassName
{
color: #BDD5A5;
}
.AnyTagClassName
{
color: #BDD5A5;
}
</style>
background-color css
<style>
a { background-color: #BDD5A5; }
a { background-color: rgb(189,213,165); }
div.DivClassName
{
background-color: #BDD5A5;
}
.BgClassName
{
background-color: #BDD5A5;
}
</style>
border-color css
<style>
span { border-color: #BDD5A5; }
span { border-color: rgb(189,213,165); }
td.TdClassName
{
border-color: #BDD5A5;
}
.TagClassName
{
border-color: #BDD5A5;
}
</style>