Shades of Pixie Green #BACBAD
Tints of Pixie Green #BACBAD
RGB
CMYK
RGB Variations
Color information
#BACBAD (or 0xBACBAD) is known color: Pixie Green. HEX triplet: BA, CB and AD. RGB value is (186,203,173). Sum of RGB (Red+Green+Blue) = 186+203+173=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACBAD is #453452. Grayscale: #C2C2C2. Windows color (decimal): -4535379 or 11389882. OLE color: 11389882.
HSL color Cylindrical-coordinate representation of color #BACBAD: hue angle of 94º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BACBAD is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 173 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.20 |
| HSL | 94º | 0.22% | 0.74% | - |
| HSV(B) | 94º | 0.15% | 0.8% | - |
| XYZ | 49.15 | 56.17 | 47.79 | - |
| YUV | 194.5 | 115.87 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 173 | 0.08 | 0 | 0.15 | 0.20 | 94 | 0.22 | 0.74 |
| Hex | BA | CB | AD | 8 | 0 | F | 14 | 5E | 16 | 4A |
| Octal | 272 | 313 | 255 | 10 | 0 | 17 | 24 | 136 | 26 | 112 |
| Binary | 10111010 | 11001011 | 10101101 | 1000 | 0 | 1111 | 10100 | 1011110 | 10110 | 1001010 |
Color Harmonies of #BACBAD
Complementary color
Monochromatic Colors of #BACBAD
Black with #BACBAD
Text Example
Text Example
White with #BACBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACBAD; }
p { color: rgb(186,203,173); }
H1.HeaderClassName
{
color: #BACBAD;
}
.AnyTagClassName
{
color: #BACBAD;
}
</style>
background-color css
<style>
a { background-color: #BACBAD; }
a { background-color: rgb(186,203,173); }
div.DivClassName
{
background-color: #BACBAD;
}
.BgClassName
{
background-color: #BACBAD;
}
</style>
border-color css
<style>
span { border-color: #BACBAD; }
span { border-color: rgb(186,203,173); }
td.TdClassName
{
border-color: #BACBAD;
}
.TagClassName
{
border-color: #BACBAD;
}
</style>