#ABBEBE

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

Shades of Jungle Mist #ABBEBE

Tints of Jungle Mist #ABBEBE

Color information

#ABBEBE (or 0xABBEBE) is unknown color: approx Jungle Mist. HEX triplet: AB, BE and BE. RGB value is (171,190,190). Sum of RGB (Red+Green+Blue) = 171+190+190=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 190 (74.61% from 255 or 34.48% from 551); Blue value is 190 (74.61% from 255 or 34.48% from 551); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #ABBEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBEBE is #544141. Grayscale: #B8B8B8. Windows color (decimal): -5521730 or 12500651. OLE color: 12500651.

HSL color Cylindrical-coordinate representation of color #ABBEBE: hue angle of 180º degrees, saturation: 0.13, 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 #ABBEBE is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB171190190-
CMYK0.10000.25
HSL180º12.75%70.78%-
HSV(B)180º10%74.51%-
XYZ44.549.255.87-
YUV184.32131.21118.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.03%
GREEN value IS 190 (74.61% from 255) = 34.48%
BLUE value IS 190 (74.61% from 255) = 34.48%
R=31.03%
G=34.48%
B=34.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711901900.10000.2518012.7570.78
HexABBEBEA0019b4d47
Octal25327627612003126415107
Binary101010111011111010111110101000110011011010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBEBE; }

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

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

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

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

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

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

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

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