#ABBCBD

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

Shades of Jungle Mist #ABBCBD

Tints of Jungle Mist #ABBCBD

Color information

#ABBCBD (or 0xABBCBD) is unknown color: approx Jungle Mist. HEX triplet: AB, BC and BD. RGB value is (171,188,189). Sum of RGB (Red+Green+Blue) = 171+188+189=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 189 - color contains mainly: blue. Hex color #ABBCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCBD is #544342. Grayscale: #B7B7B7. Windows color (decimal): -5522243 or 12434603. OLE color: 12434603.

HSL color Cylindrical-coordinate representation of color #ABBCBD: hue angle of 183.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBCBD is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171188189-
CMYK0.100.0100.26
HSL183.33º12%70.59%-
HSV(B)183.33º9.52%74.12%-
XYZ43.9648.355.15-
YUV183.03131.37119.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.20%
GREEN value IS 188 (73.83% from 255) = 34.31%
BLUE value IS 189 (74.22% from 255) = 34.49%
R=31.20%
G=34.31%
B=34.49%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881890.100.0100.26183.331270.59
HexABBCBDA101Ab7c47
Octal25327427512103226714107
Binary101010111011110010111101101010110101011011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCBD; }

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

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

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

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

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

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

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

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