Shades of Pixie Green #BDD0A6
Tints of Pixie Green #BDD0A6
RGB
CMYK
RGB Variations
Color information
#BDD0A6 (or 0xBDD0A6) is known color: Pixie Green. HEX triplet: BD, D0 and A6. RGB value is (189,208,166). Sum of RGB (Red+Green+Blue) = 189+208+166=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 166 (65.23% from 255 or 29.48% from 563); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD0A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD0A6 is #422F59. Grayscale: #C5C5C5. Windows color (decimal): -4337498 or 10932413. OLE color: 10932413.
HSL color Cylindrical-coordinate representation of color #BDD0A6: hue angle of 87.14º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDD0A6 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 189 | 208 | 166 | - |
| CMYK | 0.09 | 0 | 0.20 | 0.18 |
| HSL | 87.14º | 0.31% | 0.73% | - |
| HSV(B) | 87.14º | 0.2% | 0.82% | - |
| XYZ | 50.43 | 58.68 | 44.75 | - |
| YUV | 197.53 | 110.21 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 208 | 166 | 0.09 | 0 | 0.20 | 0.18 | 87.14 | 0.31 | 0.73 |
| Hex | BD | D0 | A6 | 9 | 0 | 14 | 12 | 57 | 1F | 49 |
| Octal | 275 | 320 | 246 | 11 | 0 | 24 | 22 | 127 | 37 | 111 |
| Binary | 10111101 | 11010000 | 10100110 | 1001 | 0 | 10100 | 10010 | 1010111 | 11111 | 1001001 |
Color Harmonies of #BDD0A6
Complementary color
Monochromatic Colors of #BDD0A6
Black with #BDD0A6
Text Example
Text Example
White with #BDD0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD0A6; }
p { color: rgb(189,208,166); }
H1.HeaderClassName
{
color: #BDD0A6;
}
.AnyTagClassName
{
color: #BDD0A6;
}
</style>
background-color css
<style>
a { background-color: #BDD0A6; }
a { background-color: rgb(189,208,166); }
div.DivClassName
{
background-color: #BDD0A6;
}
.BgClassName
{
background-color: #BDD0A6;
}
</style>
border-color css
<style>
span { border-color: #BDD0A6; }
span { border-color: rgb(189,208,166); }
td.TdClassName
{
border-color: #BDD0A6;
}
.TagClassName
{
border-color: #BDD0A6;
}
</style>