Html Css Color HEX #AEBEBD Jungle Mist

📋 copy color: '#AEBEBD'

red 174 ◦ green 190 ◦ blue 189

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

Shades of Jungle Mist #AEBEBD

Tints of Jungle Mist #AEBEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 34.18%

R = 31.46%
G = 34.36%
B = 34.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#AEBEBD (or 0xAEBEBD) is known color: Jungle Mist. HEX triplet: AE, BE and BD. RGB value is (174,190,189). Sum of RGB (Red+Green+Blue) = 174+190+189=553 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.46% from 553); Green value is 190 (74.61% from 255 or 34.36% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 190 - color contains mainly: green. Hex color #AEBEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBEBD is #514142. Grayscale: #B9B9B9. Windows color (decimal): -5325123 or 12435118. OLE color: 12435118.

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

Color convert

RGB 174 190 189 -
CMYK 0.08 0 0.01 0.25
HSL 176.25º 0.11% 0.71% -
HSV(B) 176.25º 0.08% 0.75% -
XYZ 45.05 49.5 55.32 -
YUV 185.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 174 190 189 0.08 0 0.01 0.25 176.25 0.11 0.71
Hex AE BE BD 8 0 1 19 B0 B 47
Octal 256 276 275 10 0 1 31 260 13 107
Binary 10101110 10111110 10111101 1000 0 1 11001 10110000 1011 1000111

Color Harmonies of #AEBEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBEBD

Black with #AEBEBD

Text Example


Text Example

White with #AEBEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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