#ABBEBF

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

Shades of Jungle Mist #ABBEBF

Tints of Jungle Mist #ABBEBF

Color information

#ABBEBF (or 0xABBEBF) is unknown color: approx Jungle Mist. HEX triplet: AB, BE and BF. RGB value is (171,190,191). Sum of RGB (Red+Green+Blue) = 171+190+191=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 191 - color contains mainly: blue. Hex color #ABBEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBEBF is #544140. Grayscale: #B8B8B8. Windows color (decimal): -5521729 or 12566187. OLE color: 12566187.

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

Color convert

RGB171190191-
CMYK0.100.0100.25
HSL183º13.51%70.98%-
HSV(B)183º10.47%74.9%-
XYZ44.6149.2556.44-
YUV184.43131.71118.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.98%
GREEN value IS 190 (74.61% from 255) = 34.42%
BLUE value IS 191 (75% from 255) = 34.60%
R=30.98%
G=34.42%
B=34.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711901910.100.0100.2518313.5170.98
HexABBEBFA1019b7e47
Octal25327627712103126716107
Binary101010111011111010111111101010110011011011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBEBF; }

 p { color: rgb(171,190,191); }

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

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

 a { background-color: rgb(171,190,191); }

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

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

 span { border-color: rgb(171,190,191); }

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