#ABBCBB

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

Shades of Jungle Mist #ABBCBB

Tints of Jungle Mist #ABBCBB

Color information

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

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

Color convert

RGB171188187-
CMYK0.0900.010.26
HSL176.47º11.26%70.39%-
HSV(B)176.47º9.04%73.73%-
XYZ43.7548.2154.01-
YUV182.8130.37119.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881870.0900.010.26176.4711.2670.39
HexABBCBB9011Ab0b46
Octal25327427311013226013106
Binary101010111011110010111011100101110101011000010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCBB; }

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

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

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

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

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

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

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

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