#BAC7AB

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

Shades of Pixie Green #BAC7AB

Tints of Pixie Green #BAC7AB

Color information

#BAC7AB (or 0xBAC7AB) is unknown color: approx Pixie Green. HEX triplet: BA, C7 and AB. RGB value is (186,199,171). Sum of RGB (Red+Green+Blue) = 186+199+171=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 199 (78.12% from 255 or 35.79% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 199 - color contains mainly: green. Hex color #BAC7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC7AB is #453854. Grayscale: #C0C0C0. Windows color (decimal): -4536405 or 11257786. OLE color: 11257786.

HSL color Cylindrical-coordinate representation of color #BAC7AB: hue angle of 87.86º degrees, saturation: 0.2, 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 #BAC7AB is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB186199171-
CMYK0.0700.140.22
HSL87.86º20%72.55%-
HSV(B)87.86º14.07%78.04%-
XYZ48.0254.2346.46-
YUV191.92116.19123.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 199 (78.12% from 255) = 35.79%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=33.45%
G=35.79%
B=30.76%

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
Decimal1861991710.0700.140.2287.862072.55
HexBAC7AB70E16581449
Octal27230725370162613024111
Binary10111010110001111010101111101110101101011000101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC7AB; }

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

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

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

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

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

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

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

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