#BAC8AA

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

Shades of Pixie Green #BAC8AA

Tints of Pixie Green #BAC8AA

Color information

#BAC8AA (or 0xBAC8AA) is unknown color: approx Pixie Green. HEX triplet: BA, C8 and AA. RGB value is (186,200,170). Sum of RGB (Red+Green+Blue) = 186+200+170=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 200 (78.52% from 255 or 35.97% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC8AA is #453755. Grayscale: #C0C0C0. Windows color (decimal): -4536150 or 11192506. OLE color: 11192506.

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

Color convert

RGB186200170-
CMYK0.0700.150.22
HSL88º21.43%72.55%-
HSV(B)88º15%78.43%-
XYZ48.1654.6546.04-
YUV192.39115.36123.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 200 (78.52% from 255) = 35.97%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=33.45%
G=35.97%
B=30.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1862001700.0700.150.228821.4372.55
HexBAC8AA70F16581549
Octal27231025270172613025111
Binary10111010110010001010101011101111101101011000101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC8AA; }

 p { color: rgb(186,200,170); }

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

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

 a { background-color: rgb(186,200,170); }

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

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

 span { border-color: rgb(186,200,170); }

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