#A8BEC0

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

Shades of Jungle Mist #A8BEC0

Tints of Jungle Mist #A8BEC0

Color information

#A8BEC0 (or 0xA8BEC0) is unknown color: approx Jungle Mist. HEX triplet: A8, BE and C0. RGB value is (168,190,192). Sum of RGB (Red+Green+Blue) = 168+190+192=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 192 - color contains mainly: blue. Hex color #A8BEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BEC0 is #57413F. Grayscale: #B7B7B7. Windows color (decimal): -5718336 or 12631720. OLE color: 12631720.

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

Color convert

RGB168190192-
CMYK0.120.0100.25
HSL185º16%70.59%-
HSV(B)185º12.5%75.29%-
XYZ44.0848.9657-
YUV183.65132.71116.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.55%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 192 (75.39% from 255) = 34.91%
R=30.55%
G=34.55%
B=34.91%

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
Decimal1681901920.120.0100.251851670.59
HexA8BEC0C1019b91047
Octal25027630014103127120107
Binary1010100010111110110000001100101100110111001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BEC0; }

 p { color: rgb(168,190,192); }

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

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

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

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

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

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

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