#BACEAB

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

Shades of Pixie Green #BACEAB

Tints of Pixie Green #BACEAB

Color information

#BACEAB (or 0xBACEAB) is unknown color: approx Pixie Green. HEX triplet: BA, CE and AB. RGB value is (186,206,171). Sum of RGB (Red+Green+Blue) = 186+206+171=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 206 - color contains mainly: green. Hex color #BACEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACEAB is #453154. Grayscale: #C4C4C4. Windows color (decimal): -4534613 or 11259578. OLE color: 11259578.

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

Color convert

RGB186206171-
CMYK0.1000.170.19
HSL94.29º26.32%73.92%-
HSV(B)94.29º16.99%80.78%-
XYZ49.6757.5247.01-
YUV196.03113.87120.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 206 (80.86% from 255) = 36.59%
BLUE value IS 171 (67.19% from 255) = 30.37%
R=33.04%
G=36.59%
B=30.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862061710.1000.170.1994.2926.3273.92
HexBACEABA011135e1a4a
Octal272316253120212313632112
Binary1011101011001110101010111010010001100111011110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACEAB; }

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

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

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

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

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

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

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

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