Html Css Color HEX #AABCBB Jungle Mist

📋 copy color: '#AABCBB'

red 170 ◦ green 188 ◦ blue 187

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

Shades of Jungle Mist #AABCBB

Tints of Jungle Mist #AABCBB

RGB

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

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

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

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

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

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

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

Color convert

RGB 170 188 187 -
CMYK 0.10 0 0.01 0.26
HSL 176.67º 0.12% 0.7% -
HSV(B) 176.67º 0.1% 0.74% -
XYZ 43.53 48.1 54 -
YUV 182.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 170 188 187 0.10 0 0.01 0.26 176.67 0.12 0.7
Hex AA BC BB A 0 1 1A B1 C 46
Octal 252 274 273 12 0 1 32 261 14 106
Binary 10101010 10111100 10111011 1010 0 1 11010 10110001 1100 1000110

Color Harmonies of #AABCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCBB

Black with #AABCBB

Text Example


Text Example

White with #AABCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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