#A6BEBC

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

Shades of Jungle Mist #A6BEBC

Tints of Jungle Mist #A6BEBC

Color information

#A6BEBC (or 0xA6BEBC) is unknown color: approx Jungle Mist. HEX triplet: A6, BE and BC. RGB value is (166,190,188). Sum of RGB (Red+Green+Blue) = 166+190+188=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 190 - color contains mainly: green. Hex color #A6BEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BEBC is #594143. Grayscale: #B6B6B6. Windows color (decimal): -5849412 or 12369574. OLE color: 12369574.

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

Color convert

RGB166190188-
CMYK0.1300.010.25
HSL175º15.58%69.8%-
HSV(B)175º12.63%74.51%-
XYZ43.2248.5654.67-
YUV182.6131.05116.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.51%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 188 (73.83% from 255) = 34.56%
R=30.51%
G=34.93%
B=34.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661901880.1300.010.2517515.5869.8
HexA6BEBCD0119af1046
Octal24627627415013125720106
Binary1010011010111110101111001101011100110101111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BEBC; }

 p { color: rgb(166,190,188); }

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

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

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

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

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

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

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