#BACEA5

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

Shades of Pixie Green #BACEA5

Tints of Pixie Green #BACEA5

Color information

#BACEA5 (or 0xBACEA5) is unknown color: approx Pixie Green. HEX triplet: BA, CE and A5. RGB value is (186,206,165). Sum of RGB (Red+Green+Blue) = 186+206+165=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACEA5 is #45315A. Grayscale: #C3C3C3. Windows color (decimal): -4534619 or 10866362. OLE color: 10866362.

HSL color Cylindrical-coordinate representation of color #BACEA5: hue angle of 89.27º degrees, saturation: 0.29, 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 #BACEA5 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB186206165-
CMYK0.1000.200.19
HSL89.27º29.5%72.75%-
HSV(B)89.27º19.9%80.78%-
XYZ49.1157.344.07-
YUV195.35110.87121.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 206 (80.86% from 255) = 36.98%
BLUE value IS 165 (64.84% from 255) = 29.62%
R=33.39%
G=36.98%
B=29.62%

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
Decimal1862061650.1000.200.1989.2729.572.75
HexBACEA5A01413591d49
Octal272316245120242313135111
Binary1011101011001110101001011010010100100111011001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACEA5; }

 p { color: rgb(186,206,165); }

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

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

 a { background-color: rgb(186,206,165); }

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

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

 span { border-color: rgb(186,206,165); }

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