#A7BEC1

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

Shades of Jungle Mist #A7BEC1

Tints of Jungle Mist #A7BEC1

Color information

#A7BEC1 (or 0xA7BEC1) is unknown color: approx Jungle Mist. HEX triplet: A7, BE and C1. RGB value is (167,190,193). Sum of RGB (Red+Green+Blue) = 167+190+193=550 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.36% from 550); Green value is 190 (74.61% from 255 or 34.55% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 193 - color contains mainly: blue. Hex color #A7BEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BEC1 is #58413E. Grayscale: #B7B7B7. Windows color (decimal): -5783871 or 12697255. OLE color: 12697255.

HSL color Cylindrical-coordinate representation of color #A7BEC1: hue angle of 186.92º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A7BEC1 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB167190193-
CMYK0.130.0200.24
HSL186.92º17.33%70.59%-
HSV(B)186.92º13.47%75.69%-
XYZ43.9848.8957.57-
YUV183.46133.38116.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.36%
GREEN value IS 190 (74.61% from 255) = 34.55%
BLUE value IS 193 (75.78% from 255) = 35.09%
R=30.36%
G=34.55%
B=35.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671901930.130.0200.24186.9217.3370.59
HexA7BEC1D2018bb1147
Octal24727630115203027321107
Binary10100111101111101100000111011001100010111011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BEC1; }

 p { color: rgb(167,190,193); }

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

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

 a { background-color: rgb(167,190,193); }

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

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

 span { border-color: rgb(167,190,193); }

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