Html Css Color HEX #AABBBC Jungle Mist

📋 copy color: '#AABBBC'

red 170 ◦ green 187 ◦ blue 188

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

Shades of Jungle Mist #AABBBC

Tints of Jungle Mist #AABBBC

RGB

 RED value IS 170 (66.8% from 255) = 31.19%

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

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

R = 31.19%
G = 34.31%
B = 34.5%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AABBBC (or 0xAABBBC) is known color: Jungle Mist. HEX triplet: AA, BB and BC. RGB value is (170,187,188). Sum of RGB (Red+Green+Blue) = 170+187+188=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 187 (73.44% from 255 or 34.31% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 188 - color contains mainly: blue. Hex color #AABBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABBBC is #554443. Grayscale: #B6B6B6. Windows color (decimal): -5588036 or 12368810. OLE color: 12368810.

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

Color convert

RGB 170 187 188 -
CMYK 0.10 0.01 0 0.26
HSL 183.33º 0.12% 0.7% -
HSV(B) 183.33º 0.1% 0.74% -
XYZ 43.43 47.72 54.5 -
YUV 182.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 170 187 188 0.10 0.01 0 0.26 183.33 0.12 0.7
Hex AA BB BC A 1 0 1A B7 C 46
Octal 252 273 274 12 1 0 32 267 14 106
Binary 10101010 10111011 10111100 1010 1 0 11010 10110111 1100 1000110

Color Harmonies of #AABBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBBC

Black with #AABBBC

Text Example


Text Example

White with #AABBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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