#ABBBBC

Color #ABBBBC Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #ABBBBC

Tints of Jungle Mist #ABBBBC

Color information

#ABBBBC (or 0xABBBBC) is unknown color: approx Jungle Mist. HEX triplet: AB, BB and BC. RGB value is (171,187,188). Sum of RGB (Red+Green+Blue) = 171+187+188=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABBBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBBC is #544443. Grayscale: #B6B6B6. Windows color (decimal): -5522500 or 12368811. OLE color: 12368811.

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

Color convert

RGB171187188-
CMYK0.090.0100.26
HSL183.53º11.26%70.39%-
HSV(B)183.53º9.04%73.73%-
XYZ43.6447.8354.51-
YUV182.33131.2119.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 187 (73.44% from 255) = 34.25%
BLUE value IS 188 (73.83% from 255) = 34.43%
R=31.32%
G=34.25%
B=34.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711871880.090.0100.26183.5311.2670.39
HexABBBBC9101Ab8b46
Octal25327327411103227013106
Binary101010111011101110111100100110110101011100010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBBBC; }

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

 H1.HeaderClassName
 {
   color: #ABBBBC;
 }
 .AnyTagClassName
 {
   color: #ABBBBC;
 }
</style>
background-color css

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

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

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

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

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

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