#A8BDBF

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

Shades of Jungle Mist #A8BDBF

Tints of Jungle Mist #A8BDBF

Color information

#A8BDBF (or 0xA8BDBF) is unknown color: approx Jungle Mist. HEX triplet: A8, BD and BF. RGB value is (168,189,191). Sum of RGB (Red+Green+Blue) = 168+189+191=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 191 - color contains mainly: blue. Hex color #A8BDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BDBF is #574240. Grayscale: #B6B6B6. Windows color (decimal): -5718593 or 12565928. OLE color: 12565928.

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

Color convert

RGB168189191-
CMYK0.120.0100.25
HSL185.22º15.23%70.39%-
HSV(B)185.22º12.04%74.9%-
XYZ43.7548.4856.34-
YUV182.95132.54117.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.66%
GREEN value IS 189 (74.22% from 255) = 34.49%
BLUE value IS 191 (75% from 255) = 34.85%
R=30.66%
G=34.49%
B=34.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1681891910.120.0100.25185.2215.2370.39
HexA8BDBFC1019b9f46
Octal25027527714103127117106
Binary101010001011110110111111110010110011011100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BDBF; }

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

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

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

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

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

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

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

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