#BACCAC

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

Shades of Pixie Green #BACCAC

Tints of Pixie Green #BACCAC

Color information

#BACCAC (or 0xBACCAC) is unknown color: approx Pixie Green. HEX triplet: BA, CC and AC. RGB value is (186,204,172). Sum of RGB (Red+Green+Blue) = 186+204+172=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACCAC is #453353. Grayscale: #C3C3C3. Windows color (decimal): -4535124 or 11324602. OLE color: 11324602.

HSL color Cylindrical-coordinate representation of color #BACCAC: hue angle of 93.75º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BACCAC is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB186204172-
CMYK0.0900.160.2
HSL93.75º23.88%73.73%-
HSV(B)93.75º15.69%80%-
XYZ49.2956.647.36-
YUV194.97115.04121.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.10%
GREEN value IS 204 (80.08% from 255) = 36.30%
BLUE value IS 172 (67.58% from 255) = 30.60%
R=33.10%
G=36.30%
B=30.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1862041720.0900.160.293.7523.8873.73
HexBACCAC9010145e184a
Octal272314254110202413630112
Binary1011101011001100101011001001010000101001011110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCAC; }

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

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

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

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

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

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

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

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