Html Css Color HEX #AEBBBA Jungle Mist

📋 copy color: '#AEBBBA'

red 174 ◦ green 187 ◦ blue 186

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

Shades of Jungle Mist #AEBBBA

Tints of Jungle Mist #AEBBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.19%

 BLUE value IS 186 (73.05% from 255) = 34%

R = 31.81%
G = 34.19%
B = 34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#AEBBBA (or 0xAEBBBA) is known color: Jungle Mist. HEX triplet: AE, BB and BA. RGB value is (174,187,186). Sum of RGB (Red+Green+Blue) = 174+187+186=547 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.81% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 187 - color contains mainly: green. Hex color #AEBBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBBA is #514445. Grayscale: #B6B6B6. Windows color (decimal): -5325894 or 12237742. OLE color: 12237742.

HSL color Cylindrical-coordinate representation of color #AEBBBA: hue angle of 175.38º degrees, saturation: 0.09, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AEBBBA is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 187 186 -
CMYK 0.07 0 0.01 0.27
HSL 175.38º 0.09% 0.71% -
HSV(B) 175.38º 0.07% 0.73% -
XYZ 44.09 48.08 53.41 -
YUV 183 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 174 187 186 0.07 0 0.01 0.27 175.38 0.09 0.71
Hex AE BB BA 7 0 1 1B AF 9 47
Octal 256 273 272 7 0 1 33 257 11 107
Binary 10101110 10111011 10111010 111 0 1 11011 10101111 1001 1000111

Color Harmonies of #AEBBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBBBA

Black with #AEBBBA

Text Example


Text Example

White with #AEBBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBBBA; }

 p { color: rgb(174,187,186); }

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

background-color css

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

 a { background-color: rgb(174,187,186); }

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

border-color css

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

 span { border-color: rgb(174,187,186); }

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