Shades of Pixie Green #BDCDA6
Tints of Pixie Green #BDCDA6
RGB
CMYK
RGB Variations
Color information
#BDCDA6 (or 0xBDCDA6) is known color: Pixie Green. HEX triplet: BD, CD and A6. RGB value is (189,205,166). Sum of RGB (Red+Green+Blue) = 189+205+166=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 166 (65.23% from 255 or 29.64% from 560); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCDA6 is #423259. Grayscale: #C3C3C3. Windows color (decimal): -4338266 or 10931645. OLE color: 10931645.
HSL color Cylindrical-coordinate representation of color #BDCDA6: hue angle of 84.62º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDCDA6 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 205 | 166 | - |
| CMYK | 0.08 | 0 | 0.19 | 0.20 |
| HSL | 84.62º | 0.28% | 0.73% | - |
| HSV(B) | 84.62º | 0.19% | 0.8% | - |
| XYZ | 49.7 | 57.23 | 44.5 | - |
| YUV | 195.77 | 111.2 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 166 | 0.08 | 0 | 0.19 | 0.20 | 84.62 | 0.28 | 0.73 |
| Hex | BD | CD | A6 | 8 | 0 | 13 | 14 | 55 | 1C | 49 |
| Octal | 275 | 315 | 246 | 10 | 0 | 23 | 24 | 125 | 34 | 111 |
| Binary | 10111101 | 11001101 | 10100110 | 1000 | 0 | 10011 | 10100 | 1010101 | 11100 | 1001001 |
Color Harmonies of #BDCDA6
Complementary color
Monochromatic Colors of #BDCDA6
Black with #BDCDA6
Text Example
Text Example
White with #BDCDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCDA6; }
p { color: rgb(189,205,166); }
H1.HeaderClassName
{
color: #BDCDA6;
}
.AnyTagClassName
{
color: #BDCDA6;
}
</style>
background-color css
<style>
a { background-color: #BDCDA6; }
a { background-color: rgb(189,205,166); }
div.DivClassName
{
background-color: #BDCDA6;
}
.BgClassName
{
background-color: #BDCDA6;
}
</style>
border-color css
<style>
span { border-color: #BDCDA6; }
span { border-color: rgb(189,205,166); }
td.TdClassName
{
border-color: #BDCDA6;
}
.TagClassName
{
border-color: #BDCDA6;
}
</style>