Shades of Pixie Green #BACDA6
Tints of Pixie Green #BACDA6
RGB
CMYK
RGB Variations
Color information
#BACDA6 (or 0xBACDA6) is known color: Pixie Green. HEX triplet: BA, CD and A6. RGB value is (186,205,166). Sum of RGB (Red+Green+Blue) = 186+205+166=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 166 (65.23% from 255 or 29.80% from 557); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACDA6 is #453259. Grayscale: #C3C3C3. Windows color (decimal): -4534874 or 10931642. OLE color: 10931642.
HSL color Cylindrical-coordinate representation of color #BACDA6: hue angle of 89.23º 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 #BACDA6 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 166 | - |
| CMYK | 0.09 | 0 | 0.19 | 0.20 |
| HSL | 89.23º | 0.28% | 0.73% | - |
| HSV(B) | 89.23º | 0.19% | 0.8% | - |
| XYZ | 48.96 | 56.85 | 44.47 | - |
| YUV | 194.87 | 111.71 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 166 | 0.09 | 0 | 0.19 | 0.20 | 89.23 | 0.28 | 0.73 |
| Hex | BA | CD | A6 | 9 | 0 | 13 | 14 | 59 | 1C | 49 |
| Octal | 272 | 315 | 246 | 11 | 0 | 23 | 24 | 131 | 34 | 111 |
| Binary | 10111010 | 11001101 | 10100110 | 1001 | 0 | 10011 | 10100 | 1011001 | 11100 | 1001001 |
Color Harmonies of #BACDA6
Complementary color
Monochromatic Colors of #BACDA6
Black with #BACDA6
Text Example
Text Example
White with #BACDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDA6; }
p { color: rgb(186,205,166); }
H1.HeaderClassName
{
color: #BACDA6;
}
.AnyTagClassName
{
color: #BACDA6;
}
</style>
background-color css
<style>
a { background-color: #BACDA6; }
a { background-color: rgb(186,205,166); }
div.DivClassName
{
background-color: #BACDA6;
}
.BgClassName
{
background-color: #BACDA6;
}
</style>
border-color css
<style>
span { border-color: #BACDA6; }
span { border-color: rgb(186,205,166); }
td.TdClassName
{
border-color: #BACDA6;
}
.TagClassName
{
border-color: #BACDA6;
}
</style>