Html Css Color HEX #AACBCC Jungle Mist

📋 copy color: '#AACBCC'

red 170 ◦ green 203 ◦ blue 204

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

Shades of Jungle Mist #AACBCC

Tints of Jungle Mist #AACBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.18%

 BLUE value IS 204 (80.08% from 255) = 35.36%

R = 29.46%
G = 35.18%
B = 35.36%

CMYK

 C value IS 0.17

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AACBCC (or 0xAACBCC) is known color: Jungle Mist. HEX triplet: AA, CB and CC. RGB value is (170,203,204). Sum of RGB (Red+Green+Blue) = 170+203+204=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #AACBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACBCC is #553433. Grayscale: #C1C1C1. Windows color (decimal): -5583924 or 13421482. OLE color: 13421482.

HSL color Cylindrical-coordinate representation of color #AACBCC: hue angle of 181.76º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACBCC is Cyan = 0.17, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 203 204 -
CMYK 0.17 0.00 0 0.2
HSL 181.76º 0.25% 0.73% -
HSV(B) 181.76º 0.17% 0.8% -
XYZ 48.83 55.62 65.29 -
YUV 193.25 134.07 111.42 -
System Red Green Blue C M Y K H S L
Decimal 170 203 204 0.17 0.00 0 0.2 181.76 0.25 0.73
Hex AA CB CC 11 0 0 14 B6 19 49
Octal 252 313 314 21 0 0 24 266 31 111
Binary 10101010 11001011 11001100 10001 0 0 10100 10110110 11001 1001001

Color Harmonies of #AACBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACBCC

Black with #AACBCC

Text Example


Text Example

White with #AACBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACBCC; }

 p { color: rgb(170,203,204); }

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

background-color css

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

 a { background-color: rgb(170,203,204); }

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

border-color css

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

 span { border-color: rgb(170,203,204); }

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