Html Css Color HEX #AEBDBD Jungle Mist

📋 copy color: '#AEBDBD'

red 174 ◦ green 189 ◦ blue 189

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

Shades of Jungle Mist #AEBDBD

Tints of Jungle Mist #AEBDBD

RGB

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

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

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

R = 31.52%
G = 34.24%
B = 34.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AEBDBD (or 0xAEBDBD) is known color: Jungle Mist. HEX triplet: AE, BD and BD. RGB value is (174,189,189). Sum of RGB (Red+Green+Blue) = 174+189+189=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #AEBDBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBDBD is #514242. Grayscale: #B8B8B8. Windows color (decimal): -5325379 or 12434862. OLE color: 12434862.

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

Color convert

RGB 174 189 189 -
CMYK 0.08 0 0 0.26
HSL 180º 0.1% 0.71% -
HSV(B) 180º 0.08% 0.74% -
XYZ 44.84 49.07 55.25 -
YUV 184.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 174 189 189 0.08 0 0 0.26 180 0.1 0.71
Hex AE BD BD 8 0 0 1A B4 A 47
Octal 256 275 275 10 0 0 32 264 12 107
Binary 10101110 10111101 10111101 1000 0 0 11010 10110100 1010 1000111

Color Harmonies of #AEBDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBDBD

Black with #AEBDBD

Text Example


Text Example

White with #AEBDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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