#BAC7AC

Color #BAC7AC Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #BAC7AC

Tints of Pixie Green #BAC7AC

Color information

#BAC7AC (or 0xBAC7AC) is unknown color: approx Pixie Green. HEX triplet: BA, C7 and AC. RGB value is (186,199,172). Sum of RGB (Red+Green+Blue) = 186+199+172=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC7AC is #453853. Grayscale: #C0C0C0. Windows color (decimal): -4536404 or 11323322. OLE color: 11323322.

HSL color Cylindrical-coordinate representation of color #BAC7AC: hue angle of 88.89º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BAC7AC is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB186199172-
CMYK0.0700.140.22
HSL88.89º19.42%72.75%-
HSV(B)88.89º13.57%78.04%-
XYZ48.1254.2646.97-
YUV192.04116.69123.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 199 (78.12% from 255) = 35.73%
BLUE value IS 172 (67.58% from 255) = 30.88%
R=33.39%
G=35.73%
B=30.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861991720.0700.140.2288.8919.4272.75
HexBAC7AC70E16591349
Octal27230725470162613123111
Binary10111010110001111010110011101110101101011001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC7AC; }

 p { color: rgb(186,199,172); }

 H1.HeaderClassName
 {
   color: #BAC7AC;
 }
 .AnyTagClassName
 {
   color: #BAC7AC;
 }
</style>
background-color css

<style>
 a { background-color: #BAC7AC; }

 a { background-color: rgb(186,199,172); }

 div.DivClassName
 {
   background-color: #BAC7AC;
 }
 .BgClassName
 {
   background-color: #BAC7AC;
 }
</style>
border-color css

<style>
 span { border-color: #BAC7AC; }

 span { border-color: rgb(186,199,172); }

 td.TdClassName
 {
   border-color: #BAC7AC;
 }
 .TagClassName
 {
   border-color: #BAC7AC;
 }
</style>