Shades of Pixie Green #BACDA1
Tints of Pixie Green #BACDA1
RGB
CMYK
RGB Variations
Color information
#BACDA1 (or 0xBACDA1) is known color: Pixie Green. HEX triplet: BA, CD and A1. RGB value is (186,205,161). Sum of RGB (Red+Green+Blue) = 186+205+161=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 161 (63.28% from 255 or 29.17% from 552); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACDA1 is #45325E. Grayscale: #C2C2C2. Windows color (decimal): -4534879 or 10603962. OLE color: 10603962.
HSL color Cylindrical-coordinate representation of color #BACDA1: hue angle of 85.91º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BACDA1 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 161 | - |
| CMYK | 0.09 | 0 | 0.21 | 0.20 |
| HSL | 85.91º | 0.31% | 0.72% | - |
| HSV(B) | 85.91º | 0.21% | 0.8% | - |
| XYZ | 48.51 | 56.67 | 42.1 | - |
| YUV | 194.3 | 109.21 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 161 | 0.09 | 0 | 0.21 | 0.20 | 85.91 | 0.31 | 0.72 |
| Hex | BA | CD | A1 | 9 | 0 | 15 | 14 | 56 | 1F | 48 |
| Octal | 272 | 315 | 241 | 11 | 0 | 25 | 24 | 126 | 37 | 110 |
| Binary | 10111010 | 11001101 | 10100001 | 1001 | 0 | 10101 | 10100 | 1010110 | 11111 | 1001000 |
Color Harmonies of #BACDA1
Complementary color
Monochromatic Colors of #BACDA1
Black with #BACDA1
Text Example
Text Example
White with #BACDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDA1; }
p { color: rgb(186,205,161); }
H1.HeaderClassName
{
color: #BACDA1;
}
.AnyTagClassName
{
color: #BACDA1;
}
</style>
background-color css
<style>
a { background-color: #BACDA1; }
a { background-color: rgb(186,205,161); }
div.DivClassName
{
background-color: #BACDA1;
}
.BgClassName
{
background-color: #BACDA1;
}
</style>
border-color css
<style>
span { border-color: #BACDA1; }
span { border-color: rgb(186,205,161); }
td.TdClassName
{
border-color: #BACDA1;
}
.TagClassName
{
border-color: #BACDA1;
}
</style>