Shades of Pixie Green #BACEAD
Tints of Pixie Green #BACEAD
RGB
CMYK
RGB Variations
Color information
#BACEAD (or 0xBACEAD) is known color: Pixie Green. HEX triplet: BA, CE and AD. RGB value is (186,206,173). Sum of RGB (Red+Green+Blue) = 186+206+173=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACEAD is #453152. Grayscale: #C4C4C4. Windows color (decimal): -4534611 or 11390650. OLE color: 11390650.
HSL color Cylindrical-coordinate representation of color #BACEAD: hue angle of 96.36º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BACEAD is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 206 | 173 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.19 |
| HSL | 96.36º | 0.25% | 0.74% | - |
| HSV(B) | 96.36º | 0.16% | 0.81% | - |
| XYZ | 49.86 | 57.6 | 48.02 | - |
| YUV | 196.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 206 | 173 | 0.10 | 0 | 0.16 | 0.19 | 96.36 | 0.25 | 0.74 |
| Hex | BA | CE | AD | A | 0 | 10 | 13 | 60 | 19 | 4A |
| Octal | 272 | 316 | 255 | 12 | 0 | 20 | 23 | 140 | 31 | 112 |
| Binary | 10111010 | 11001110 | 10101101 | 1010 | 0 | 10000 | 10011 | 1100000 | 11001 | 1001010 |
Color Harmonies of #BACEAD
Complementary color
Monochromatic Colors of #BACEAD
Black with #BACEAD
Text Example
Text Example
White with #BACEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACEAD; }
p { color: rgb(186,206,173); }
H1.HeaderClassName
{
color: #BACEAD;
}
.AnyTagClassName
{
color: #BACEAD;
}
</style>
background-color css
<style>
a { background-color: #BACEAD; }
a { background-color: rgb(186,206,173); }
div.DivClassName
{
background-color: #BACEAD;
}
.BgClassName
{
background-color: #BACEAD;
}
</style>
border-color css
<style>
span { border-color: #BACEAD; }
span { border-color: rgb(186,206,173); }
td.TdClassName
{
border-color: #BACEAD;
}
.TagClassName
{
border-color: #BACEAD;
}
</style>