#BACFA6

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

Shades of Pixie Green #BACFA6

Tints of Pixie Green #BACFA6

Color information

#BACFA6 (or 0xBACFA6) is unknown color: approx Pixie Green. HEX triplet: BA, CF and A6. RGB value is (186,207,166). Sum of RGB (Red+Green+Blue) = 186+207+166=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 166 (65.23% from 255 or 29.70% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACFA6 is #453059. Grayscale: #C4C4C4. Windows color (decimal): -4534362 or 10932154. OLE color: 10932154.

HSL color Cylindrical-coordinate representation of color #BACFA6: hue angle of 90.73º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BACFA6 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB186207166-
CMYK0.1000.200.19
HSL90.73º29.93%73.14%-
HSV(B)90.73º19.81%81.18%-
XYZ49.4557.8244.63-
YUV196.05111.04120.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 207 (81.25% from 255) = 37.03%
BLUE value IS 166 (65.23% from 255) = 29.70%
R=33.27%
G=37.03%
B=29.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862071660.1000.200.1990.7329.9373.14
HexBACFA6A014135b1e49
Octal272317246120242313336111
Binary1011101011001111101001101010010100100111011011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACFA6; }

 p { color: rgb(186,207,166); }

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

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

 a { background-color: rgb(186,207,166); }

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

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

 span { border-color: rgb(186,207,166); }

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