#BACFA8

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

Shades of Pixie Green #BACFA8

Tints of Pixie Green #BACFA8

Color information

#BACFA8 (or 0xBACFA8) is unknown color: approx Pixie Green. HEX triplet: BA, CF and A8. RGB value is (186,207,168). Sum of RGB (Red+Green+Blue) = 186+207+168=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACFA8 is #453057. Grayscale: #C4C4C4. Windows color (decimal): -4534360 or 11063226. OLE color: 11063226.

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

Color convert

RGB186207168-
CMYK0.1000.190.19
HSL92.31º28.89%73.53%-
HSV(B)92.31º18.84%81.18%-
XYZ49.6357.8945.6-
YUV196.27112.04120.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 207 (81.25% from 255) = 36.90%
BLUE value IS 168 (66.02% from 255) = 29.95%
R=33.16%
G=36.90%
B=29.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862071680.1000.190.1992.3128.8973.53
HexBACFA8A013135c1d4a
Octal272317250120232313435112
Binary1011101011001111101010001010010011100111011100111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACFA8; }

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

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

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

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

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

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

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

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