Html Css Color HEX #AEBABA Jungle Mist

📋 copy color: '#AEBABA'

red 174 ◦ green 186 ◦ blue 186

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

Shades of Jungle Mist #AEBABA

Tints of Jungle Mist #AEBABA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.07%

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

R = 31.87%
G = 34.07%
B = 34.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AEBABA (or 0xAEBABA) is known color: Jungle Mist. HEX triplet: AE, BA and BA. RGB value is (174,186,186). Sum of RGB (Red+Green+Blue) = 174+186+186=546 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.87% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #AEBABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBABA is #514545. Grayscale: #B6B6B6. Windows color (decimal): -5326150 or 12237486. OLE color: 12237486.

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

Color convert

RGB 174 186 186 -
CMYK 0.06 0 0 0.27
HSL 180º 0.08% 0.71% -
HSV(B) 180º 0.06% 0.73% -
XYZ 43.88 47.66 53.34 -
YUV 182.41 130.02 122 -
System Red Green Blue C M Y K H S L
Decimal 174 186 186 0.06 0 0 0.27 180 0.08 0.71
Hex AE BA BA 6 0 0 1B B4 8 47
Octal 256 272 272 6 0 0 33 264 10 107
Binary 10101110 10111010 10111010 110 0 0 11011 10110100 1000 1000111

Color Harmonies of #AEBABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBABA

Black with #AEBABA

Text Example


Text Example

White with #AEBABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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