Html Css Color HEX #AEBCBC Jungle Mist

📋 copy color: '#AEBCBC'

red 174 ◦ green 188 ◦ blue 188

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

Shades of Jungle Mist #AEBCBC

Tints of Jungle Mist #AEBCBC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.18%

 BLUE value IS 188 (73.83% from 255) = 34.18%

R = 31.64%
G = 34.18%
B = 34.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AEBCBC (or 0xAEBCBC) is known color: Jungle Mist. HEX triplet: AE, BC and BC. RGB value is (174,188,188). Sum of RGB (Red+Green+Blue) = 174+188+188=550 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.64% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #AEBCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBCBC is #514343. Grayscale: #B7B7B7. Windows color (decimal): -5325636 or 12369070. OLE color: 12369070.

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

Color convert

RGB 174 188 188 -
CMYK 0.07 0 0 0.26
HSL 180º 0.09% 0.71% -
HSV(B) 180º 0.07% 0.74% -
XYZ 44.52 48.6 54.61 -
YUV 183.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 174 188 188 0.07 0 0 0.26 180 0.09 0.71
Hex AE BC BC 7 0 0 1A B4 9 47
Octal 256 274 274 7 0 0 32 264 11 107
Binary 10101110 10111100 10111100 111 0 0 11010 10110100 1001 1000111

Color Harmonies of #AEBCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBCBC

Black with #AEBCBC

Text Example


Text Example

White with #AEBCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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