#AEBFC1

Color #AEBFC1 Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #AEBFC1

Tints of Jungle Mist #AEBFC1

Color information

#AEBFC1 (or 0xAEBFC1) is unknown color: approx Jungle Mist. HEX triplet: AE, BF and C1. RGB value is (174,191,193). Sum of RGB (Red+Green+Blue) = 174+191+193=558 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.18% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 193 - color contains mainly: blue. Hex color #AEBFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFC1 is #51403E. Grayscale: #BABABA. Windows color (decimal): -5324863 or 12697518. OLE color: 12697518.

HSL color Cylindrical-coordinate representation of color #AEBFC1: hue angle of 186.32º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AEBFC1 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB174191193-
CMYK0.100.0100.24
HSL186.32º13.29%71.96%-
HSV(B)186.32º9.84%75.69%-
XYZ45.7150.1157.72-
YUV186.14131.87119.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.18%
GREEN value IS 191 (75% from 255) = 34.23%
BLUE value IS 193 (75.78% from 255) = 34.59%
R=31.18%
G=34.23%
B=34.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1741911930.100.0100.24186.3213.2971.96
HexAEBFC1A1018bad48
Octal25627730112103027215110
Binary101011101011111111000001101010110001011101011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFC1; }

 p { color: rgb(174,191,193); }

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

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

 a { background-color: rgb(174,191,193); }

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

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

 span { border-color: rgb(174,191,193); }

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