#A8BCBC

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

Shades of Jungle Mist #A8BCBC

Tints of Jungle Mist #A8BCBC

Color information

#A8BCBC (or 0xA8BCBC) is unknown color: approx Jungle Mist. HEX triplet: A8, BC and BC. RGB value is (168,188,188). Sum of RGB (Red+Green+Blue) = 168+188+188=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #A8BCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BCBC is #574343. Grayscale: #B6B6B6. Windows color (decimal): -5718852 or 12369064. OLE color: 12369064.

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

Color convert

RGB168188188-
CMYK0.11000.26
HSL180º12.99%69.8%-
HSV(B)180º10.64%73.73%-
XYZ43.2147.9254.55-
YUV182.02131.37118-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.88%
GREEN value IS 188 (73.83% from 255) = 34.56%
BLUE value IS 188 (73.83% from 255) = 34.56%
R=30.88%
G=34.56%
B=34.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1681881880.11000.2618012.9969.8
HexA8BCBCB001Ab4d46
Octal25027427413003226415106
Binary101010001011110010111100101100110101011010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BCBC; }

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

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

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

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

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

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

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

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