Html Css Color HEX #AEBEC0 Jungle Mist

📋 copy color: '#AEBEC0'

red 174 ◦ green 190 ◦ blue 192

#AEBEC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #AEBEC0

Tints of Jungle Mist #AEBEC0

RGB

 RED value IS 174 (68.36% from 255) = 31.29%

 GREEN value IS 190 (74.61% from 255) = 34.17%

 BLUE value IS 192 (75.39% from 255) = 34.53%

R = 31.29%
G = 34.17%
B = 34.53%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AEBEC0 (or 0xAEBEC0) is known color: Jungle Mist. HEX triplet: AE, BE and C0. RGB value is (174,190,192). Sum of RGB (Red+Green+Blue) = 174+190+192=556 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.29% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 192 (75.39% from 255 or 34.53% from 556); Max value from RGB is 192 - color contains mainly: blue. Hex color #AEBEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBEC0 is #51413F. Grayscale: #B9B9B9. Windows color (decimal): -5325120 or 12631726. OLE color: 12631726.

HSL color Cylindrical-coordinate representation of color #AEBEC0: hue angle of 186.67º 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 #AEBEC0 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 174 190 192 -
CMYK 0.09 0.01 0 0.25
HSL 186.67º 0.13% 0.72% -
HSV(B) 186.67º 0.09% 0.75% -
XYZ 45.38 49.63 57.06 -
YUV 185.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 174 190 192 0.09 0.01 0 0.25 186.67 0.13 0.72
Hex AE BE C0 9 1 0 19 BB C 48
Octal 256 276 300 11 1 0 31 273 14 110
Binary 10101110 10111110 11000000 1001 1 0 11001 10111011 1100 1001000

Color Harmonies of #AEBEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBEC0

Black with #AEBEC0

Text Example


Text Example

White with #AEBEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBEC0; }

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

 H1.HeaderClassName
 {
   color: #AEBEC0;
 }
 .AnyTagClassName
 {
   color: #AEBEC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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