Shades of Pixie Green #BACFAD
Tints of Pixie Green #BACFAD
RGB
CMYK
RGB Variations
Color information
#BACFAD (or 0xBACFAD) is known color: Pixie Green. HEX triplet: BA, CF and AD. RGB value is (186,207,173). Sum of RGB (Red+Green+Blue) = 186+207+173=566 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.86% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACFAD is #453052. Grayscale: #C4C4C4. Windows color (decimal): -4534355 or 11390906. OLE color: 11390906.
HSL color Cylindrical-coordinate representation of color #BACFAD: hue angle of 97.06º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BACFAD is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 173 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.19 |
| HSL | 97.06º | 0.26% | 0.75% | - |
| HSV(B) | 97.06º | 0.16% | 0.81% | - |
| XYZ | 50.11 | 58.08 | 48.11 | - |
| YUV | 196.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 173 | 0.10 | 0 | 0.16 | 0.19 | 97.06 | 0.26 | 0.75 |
| Hex | BA | CF | AD | A | 0 | 10 | 13 | 61 | 1A | 4B |
| Octal | 272 | 317 | 255 | 12 | 0 | 20 | 23 | 141 | 32 | 113 |
| Binary | 10111010 | 11001111 | 10101101 | 1010 | 0 | 10000 | 10011 | 1100001 | 11010 | 1001011 |
Color Harmonies of #BACFAD
Complementary color
Monochromatic Colors of #BACFAD
Black with #BACFAD
Text Example
Text Example
White with #BACFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFAD; }
p { color: rgb(186,207,173); }
H1.HeaderClassName
{
color: #BACFAD;
}
.AnyTagClassName
{
color: #BACFAD;
}
</style>
background-color css
<style>
a { background-color: #BACFAD; }
a { background-color: rgb(186,207,173); }
div.DivClassName
{
background-color: #BACFAD;
}
.BgClassName
{
background-color: #BACFAD;
}
</style>
border-color css
<style>
span { border-color: #BACFAD; }
span { border-color: rgb(186,207,173); }
td.TdClassName
{
border-color: #BACFAD;
}
.TagClassName
{
border-color: #BACFAD;
}
</style>