#A0BEBF

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

Shades of Jungle Mist #A0BEBF

Tints of Jungle Mist #A0BEBF

Color information

#A0BEBF (or 0xA0BEBF) is unknown color: approx Jungle Mist. HEX triplet: A0, BE and BF. RGB value is (160,190,191). Sum of RGB (Red+Green+Blue) = 160+190+191=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 191 (75% from 255 or 35.30% from 541); Max value from RGB is 191 - color contains mainly: blue. Hex color #A0BEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BEBF is #5F4140. Grayscale: #B5B5B5. Windows color (decimal): -6242625 or 12566176. OLE color: 12566176.

HSL color Cylindrical-coordinate representation of color #A0BEBF: hue angle of 181.94º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BEBF is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB160190191-
CMYK0.160.0100.25
HSL181.94º19.5%68.82%-
HSV(B)181.94º16.23%74.9%-
XYZ42.3148.0656.34-
YUV181.14133.56112.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.57%
GREEN value IS 190 (74.61% from 255) = 35.12%
BLUE value IS 191 (75% from 255) = 35.30%
R=29.57%
G=35.12%
B=35.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601901910.160.0100.25181.9419.568.82
HexA0BEBF101019b61345
Octal24027627720103126623105
Binary10100000101111101011111110000101100110110110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BEBF; }

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

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

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

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

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

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

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

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