#A8BCBD

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

Shades of Jungle Mist #A8BCBD

Tints of Jungle Mist #A8BCBD

Color information

#A8BCBD (or 0xA8BCBD) is unknown color: approx Jungle Mist. HEX triplet: A8, BC and BD. RGB value is (168,188,189). Sum of RGB (Red+Green+Blue) = 168+188+189=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 189 - color contains mainly: blue. Hex color #A8BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCBD is #574342. Grayscale: #B6B6B6. Windows color (decimal): -5718851 or 12434600. OLE color: 12434600.

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

Color convert

RGB168188189-
CMYK0.110.0100.26
HSL182.86º13.73%70%-
HSV(B)182.86º11.11%74.12%-
XYZ43.3247.9755.12-
YUV182.13131.87117.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.83%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=30.83%
G=34.50%
B=34.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681881890.110.0100.26182.8613.7370
HexA8BCBDB101Ab7e46
Octal25027427513103226716106
Binary101010001011110010111101101110110101011011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BCBD; }

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

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

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

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

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

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

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

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