Html Css Color HEX #AABCBD Jungle Mist

📋 copy color: '#AABCBD'

red 170 ◦ green 188 ◦ blue 189

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

Shades of Jungle Mist #AABCBD

Tints of Jungle Mist #AABCBD

RGB

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

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

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

R = 31.08%
G = 34.37%
B = 34.55%

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

#AABCBD (or 0xAABCBD) is known color: Jungle Mist. HEX triplet: AA, BC and BD. RGB value is (170,188,189). Sum of RGB (Red+Green+Blue) = 170+188+189=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 188 (73.83% from 255 or 34.37% from 547); Blue value is 189 (74.22% from 255 or 34.55% from 547); Max value from RGB is 189 - color contains mainly: blue. Hex color #AABCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABCBD is #554342. Grayscale: #B6B6B6. Windows color (decimal): -5587779 or 12434602. OLE color: 12434602.

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

Color convert

RGB 170 188 189 -
CMYK 0.10 0.01 0 0.26
HSL 183.16º 0.13% 0.7% -
HSV(B) 183.16º 0.1% 0.74% -
XYZ 43.75 48.19 55.14 -
YUV 182.73 131.54 118.92 -
System Red Green Blue C M Y K H S L
Decimal 170 188 189 0.10 0.01 0 0.26 183.16 0.13 0.7
Hex AA BC BD A 1 0 1A B7 D 46
Octal 252 274 275 12 1 0 32 267 15 106
Binary 10101010 10111100 10111101 1010 1 0 11010 10110111 1101 1000110

Color Harmonies of #AABCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCBD

Black with #AABCBD

Text Example


Text Example

White with #AABCBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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