#A0BDBE

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

Shades of Jungle Mist #A0BDBE

Tints of Jungle Mist #A0BDBE

Color information

#A0BDBE (or 0xA0BDBE) is unknown color: approx Jungle Mist. HEX triplet: A0, BD and BE. RGB value is (160,189,190). Sum of RGB (Red+Green+Blue) = 160+189+190=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #A0BDBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BDBE is #5F4241. Grayscale: #B4B4B4. Windows color (decimal): -6242882 or 12500384. OLE color: 12500384.

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

Color convert

RGB160189190-
CMYK0.160.0100.25
HSL182º18.75%68.63%-
HSV(B)182º15.79%74.51%-
XYZ41.9947.5955.69-
YUV180.44133.39113.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.68%
GREEN value IS 189 (74.22% from 255) = 35.06%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=29.68%
G=35.06%
B=35.25%

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
Decimal1601891900.160.0100.2518218.7568.63
HexA0BDBE101019b61345
Octal24027527620103126623105
Binary10100000101111011011111010000101100110110110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BDBE; }

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

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

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

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

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

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

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

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