Shades of Pixie Green #BACCAC
Tints of Pixie Green #BACCAC
RGB
CMYK
RGB Variations
Color information
#BACCAC (or 0xBACCAC) is known color: Pixie Green. HEX triplet: BA, CC and AC. RGB value is (186,204,172). Sum of RGB (Red+Green+Blue) = 186+204+172=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACCAC is #453353. Grayscale: #C3C3C3. Windows color (decimal): -4535124 or 11324602. OLE color: 11324602.
HSL color Cylindrical-coordinate representation of color #BACCAC: hue angle of 93.75º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BACCAC is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 172 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.2 |
| HSL | 93.75º | 0.24% | 0.74% | - |
| HSV(B) | 93.75º | 0.16% | 0.8% | - |
| XYZ | 49.29 | 56.6 | 47.36 | - |
| YUV | 194.97 | 115.04 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 172 | 0.09 | 0 | 0.16 | 0.2 | 93.75 | 0.24 | 0.74 |
| Hex | BA | CC | AC | 9 | 0 | 10 | 14 | 5E | 18 | 4A |
| Octal | 272 | 314 | 254 | 11 | 0 | 20 | 24 | 136 | 30 | 112 |
| Binary | 10111010 | 11001100 | 10101100 | 1001 | 0 | 10000 | 10100 | 1011110 | 11000 | 1001010 |
Color Harmonies of #BACCAC
Complementary color
Monochromatic Colors of #BACCAC
Black with #BACCAC
Text Example
Text Example
White with #BACCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACCAC; }
p { color: rgb(186,204,172); }
H1.HeaderClassName
{
color: #BACCAC;
}
.AnyTagClassName
{
color: #BACCAC;
}
</style>
background-color css
<style>
a { background-color: #BACCAC; }
a { background-color: rgb(186,204,172); }
div.DivClassName
{
background-color: #BACCAC;
}
.BgClassName
{
background-color: #BACCAC;
}
</style>
border-color css
<style>
span { border-color: #BACCAC; }
span { border-color: rgb(186,204,172); }
td.TdClassName
{
border-color: #BACCAC;
}
.TagClassName
{
border-color: #BACCAC;
}
</style>