#BACBAC

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

Shades of Pixie Green #BACBAC

Tints of Pixie Green #BACBAC

Color information

#BACBAC (or 0xBACBAC) is unknown color: approx Pixie Green. HEX triplet: BA, CB and AC. RGB value is (186,203,172). Sum of RGB (Red+Green+Blue) = 186+203+172=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 203 - color contains mainly: green. Hex color #BACBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACBAC is #453453. Grayscale: #C2C2C2. Windows color (decimal): -4535380 or 11324346. OLE color: 11324346.

HSL color Cylindrical-coordinate representation of color #BACBAC: hue angle of 92.9º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BACBAC is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB186203172-
CMYK0.0800.150.20
HSL92.9º22.96%73.53%-
HSV(B)92.9º15.27%79.61%-
XYZ49.0556.1347.28-
YUV194.38115.37122.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 203 (79.69% from 255) = 36.19%
BLUE value IS 172 (67.58% from 255) = 30.66%
R=33.16%
G=36.19%
B=30.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862031720.0800.150.2092.922.9673.53
HexBACBAC80F145d174a
Octal272313254100172413527112
Binary101110101100101110101100100001111101001011101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACBAC; }

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

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

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

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

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

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

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

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