#A0BCBD

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

Shades of Jungle Mist #A0BCBD

Tints of Jungle Mist #A0BCBD

Color information

#A0BCBD (or 0xA0BCBD) is unknown color: approx Jungle Mist. HEX triplet: A0, BC and BD. RGB value is (160,188,189). Sum of RGB (Red+Green+Blue) = 160+188+189=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 189 (74.22% from 255 or 35.20% from 537); Max value from RGB is 189 - color contains mainly: blue. Hex color #A0BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0BCBD is #5F4342. Grayscale: #B3B3B3. Windows color (decimal): -6243139 or 12434592. OLE color: 12434592.

HSL color Cylindrical-coordinate representation of color #A0BCBD: hue angle of 182.07º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A0BCBD is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB160188189-
CMYK0.150.0100.26
HSL182.07º18.01%68.43%-
HSV(B)182.07º15.34%74.12%-
XYZ41.6747.1155.04-
YUV179.74133.22113.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.80%
GREEN value IS 188 (73.83% from 255) = 35.01%
BLUE value IS 189 (74.22% from 255) = 35.20%
R=29.80%
G=35.01%
B=35.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1601881890.150.0100.26182.0718.0168.43
HexA0BCBDF101Ab61244
Octal24027427517103226622104
Binary1010000010111100101111011111101101010110110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BCBD; }

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

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

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

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

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

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

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

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