#AEBFC0

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

Shades of Jungle Mist #AEBFC0

Tints of Jungle Mist #AEBFC0

Color information

#AEBFC0 (or 0xAEBFC0) is unknown color: approx Jungle Mist. HEX triplet: AE, BF and C0. RGB value is (174,191,192). Sum of RGB (Red+Green+Blue) = 174+191+192=557 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.24% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 192 - color contains mainly: blue. Hex color #AEBFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBFC0 is #51403F. Grayscale: #BABABA. Windows color (decimal): -5324864 or 12631982. OLE color: 12631982.

HSL color Cylindrical-coordinate representation of color #AEBFC0: hue angle of 183.33º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AEBFC0 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB174191192-
CMYK0.090.0100.25
HSL183.33º12.5%71.76%-
HSV(B)183.33º9.38%75.29%-
XYZ45.650.0757.13-
YUV186.03131.37119.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.24%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 192 (75.39% from 255) = 34.47%
R=31.24%
G=34.29%
B=34.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1741911920.090.0100.25183.3312.571.76
HexAEBFC091019b7c48
Octal25627730011103126714110
Binary101011101011111111000000100110110011011011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEBFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEBFC0; }

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

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

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

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

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

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

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

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