Shades of Pixie Green #BACFAC
Tints of Pixie Green #BACFAC
RGB
CMYK
RGB Variations
Color information
#BACFAC (or 0xBACFAC) is known color: Pixie Green. HEX triplet: BA, CF and AC. RGB value is (186,207,172). Sum of RGB (Red+Green+Blue) = 186+207+172=565 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.92% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACFAC is #453053. Grayscale: #C4C4C4. Windows color (decimal): -4534356 or 11325370. OLE color: 11325370.
HSL color Cylindrical-coordinate representation of color #BACFAC: hue angle of 96º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BACFAC is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 207 | 172 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.19 |
| HSL | 96º | 0.27% | 0.74% | - |
| HSV(B) | 96º | 0.17% | 0.81% | - |
| XYZ | 50.01 | 58.04 | 47.6 | - |
| YUV | 196.73 | 114.04 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 207 | 172 | 0.10 | 0 | 0.17 | 0.19 | 96 | 0.27 | 0.74 |
| Hex | BA | CF | AC | A | 0 | 11 | 13 | 60 | 1B | 4A |
| Octal | 272 | 317 | 254 | 12 | 0 | 21 | 23 | 140 | 33 | 112 |
| Binary | 10111010 | 11001111 | 10101100 | 1010 | 0 | 10001 | 10011 | 1100000 | 11011 | 1001010 |
Color Harmonies of #BACFAC
Complementary color
Monochromatic Colors of #BACFAC
Black with #BACFAC
Text Example
Text Example
White with #BACFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACFAC; }
p { color: rgb(186,207,172); }
H1.HeaderClassName
{
color: #BACFAC;
}
.AnyTagClassName
{
color: #BACFAC;
}
</style>
background-color css
<style>
a { background-color: #BACFAC; }
a { background-color: rgb(186,207,172); }
div.DivClassName
{
background-color: #BACFAC;
}
.BgClassName
{
background-color: #BACFAC;
}
</style>
border-color css
<style>
span { border-color: #BACFAC; }
span { border-color: rgb(186,207,172); }
td.TdClassName
{
border-color: #BACFAC;
}
.TagClassName
{
border-color: #BACFAC;
}
</style>