#A6BBBC

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

Shades of Jungle Mist #A6BBBC

Tints of Jungle Mist #A6BBBC

Color information

#A6BBBC (or 0xA6BBBC) is unknown color: approx Jungle Mist. HEX triplet: A6, BB and BC. RGB value is (166,187,188). Sum of RGB (Red+Green+Blue) = 166+187+188=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 187 (73.44% from 255 or 34.57% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 188 - color contains mainly: blue. Hex color #A6BBBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBBC is #594443. Grayscale: #B4B4B4. Windows color (decimal): -5850180 or 12368806. OLE color: 12368806.

HSL color Cylindrical-coordinate representation of color #A6BBBC: hue angle of 182.73º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A6BBBC is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166187188-
CMYK0.120.0100.26
HSL182.73º14.1%69.41%-
HSV(B)182.73º11.7%73.73%-
XYZ42.5747.2854.46-
YUV180.83132.04117.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.68%
GREEN value IS 187 (73.44% from 255) = 34.57%
BLUE value IS 188 (73.83% from 255) = 34.75%
R=30.68%
G=34.57%
B=34.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661871880.120.0100.26182.7314.169.41
HexA6BBBCC101Ab7e45
Octal24627327414103226716105
Binary101001101011101110111100110010110101011011111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BBBC; }

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

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

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

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

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

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

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

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