Html Css Color HEX #AEBDBE Jungle Mist

📋 copy color: '#AEBDBE'

red 174 ◦ green 189 ◦ blue 190

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

Shades of Jungle Mist #AEBDBE

Tints of Jungle Mist #AEBDBE

RGB

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

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

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

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

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

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

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

Color convert

RGB 174 189 190 -
CMYK 0.08 0.01 0 0.25
HSL 183.75º 0.11% 0.71% -
HSV(B) 183.75º 0.08% 0.75% -
XYZ 44.95 49.11 55.83 -
YUV 184.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 174 189 190 0.08 0.01 0 0.25 183.75 0.11 0.71
Hex AE BD BE 8 1 0 19 B8 B 47
Octal 256 275 276 10 1 0 31 270 13 107
Binary 10101110 10111101 10111110 1000 1 0 11001 10111000 1011 1000111

Color Harmonies of #AEBDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDBE

Black with #AEBDBE

Text Example


Text Example

White with #AEBDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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