Shades of Pixie Green #BACDA8
Tints of Pixie Green #BACDA8
RGB
CMYK
RGB Variations
Color information
#BACDA8 (or 0xBACDA8) is known color: Pixie Green. HEX triplet: BA, CD and A8. RGB value is (186,205,168). Sum of RGB (Red+Green+Blue) = 186+205+168=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 205 - color contains mainly: green. Hex color #BACDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACDA8 is #453257. Grayscale: #C3C3C3. Windows color (decimal): -4534872 or 11062714. OLE color: 11062714.
HSL color Cylindrical-coordinate representation of color #BACDA8: hue angle of 90.81º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BACDA8 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 205 | 168 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.20 |
| HSL | 90.81º | 0.27% | 0.73% | - |
| HSV(B) | 90.81º | 0.18% | 0.8% | - |
| XYZ | 49.15 | 56.93 | 45.44 | - |
| YUV | 195.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 205 | 168 | 0.09 | 0 | 0.18 | 0.20 | 90.81 | 0.27 | 0.73 |
| Hex | BA | CD | A8 | 9 | 0 | 12 | 14 | 5B | 1B | 49 |
| Octal | 272 | 315 | 250 | 11 | 0 | 22 | 24 | 133 | 33 | 111 |
| Binary | 10111010 | 11001101 | 10101000 | 1001 | 0 | 10010 | 10100 | 1011011 | 11011 | 1001001 |
Color Harmonies of #BACDA8
Complementary color
Monochromatic Colors of #BACDA8
Black with #BACDA8
Text Example
Text Example
White with #BACDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACDA8; }
p { color: rgb(186,205,168); }
H1.HeaderClassName
{
color: #BACDA8;
}
.AnyTagClassName
{
color: #BACDA8;
}
</style>
background-color css
<style>
a { background-color: #BACDA8; }
a { background-color: rgb(186,205,168); }
div.DivClassName
{
background-color: #BACDA8;
}
.BgClassName
{
background-color: #BACDA8;
}
</style>
border-color css
<style>
span { border-color: #BACDA8; }
span { border-color: rgb(186,205,168); }
td.TdClassName
{
border-color: #BACDA8;
}
.TagClassName
{
border-color: #BACDA8;
}
</style>