Html Css Color HEX #AEBBBC Jungle Mist

📋 copy color: '#AEBBBC'

red 174 ◦ green 187 ◦ blue 188

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

Shades of Jungle Mist #AEBBBC

Tints of Jungle Mist #AEBBBC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.06%

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

R = 31.69%
G = 34.06%
B = 34.24%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AEBBBC (or 0xAEBBBC) is known color: Jungle Mist. HEX triplet: AE, BB and BC. RGB value is (174,187,188). Sum of RGB (Red+Green+Blue) = 174+187+188=549 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.69% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 188 - color contains mainly: blue. Hex color #AEBBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEBBBC is #514443. Grayscale: #B7B7B7. Windows color (decimal): -5325892 or 12368814. OLE color: 12368814.

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

Color convert

RGB 174 187 188 -
CMYK 0.07 0.01 0 0.26
HSL 184.29º 0.09% 0.71% -
HSV(B) 184.29º 0.07% 0.74% -
XYZ 44.3 48.17 54.54 -
YUV 183.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 174 187 188 0.07 0.01 0 0.26 184.29 0.09 0.71
Hex AE BB BC 7 1 0 1A B8 9 47
Octal 256 273 274 7 1 0 32 270 11 107
Binary 10101110 10111011 10111100 111 1 0 11010 10111000 1001 1000111

Color Harmonies of #AEBBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEBBBC

Black with #AEBBBC

Text Example


Text Example

White with #AEBBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEBBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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