#BACFA4

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

Shades of Pixie Green #BACFA4

Tints of Pixie Green #BACFA4

Color information

#BACFA4 (or 0xBACFA4) is unknown color: approx Pixie Green. HEX triplet: BA, CF and A4. RGB value is (186,207,164). Sum of RGB (Red+Green+Blue) = 186+207+164=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 164 (64.45% from 255 or 29.44% from 557); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACFA4 is #45305B. Grayscale: #C3C3C3. Windows color (decimal): -4534364 or 10801082. OLE color: 10801082.

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

Color convert

RGB186207164-
CMYK0.1000.210.19
HSL89.3º30.94%72.75%-
HSV(B)89.3º20.77%81.18%-
XYZ49.2657.7543.67-
YUV195.82110.04121-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 207 (81.25% from 255) = 37.16%
BLUE value IS 164 (64.45% from 255) = 29.44%
R=33.39%
G=37.16%
B=29.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862071640.1000.210.1989.330.9472.75
HexBACFA4A01513591f49
Octal272317244120252313137111
Binary1011101011001111101001001010010101100111011001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACFA4; }

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

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

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

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

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

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

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

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