#A6BBBA

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

Shades of Jungle Mist #A6BBBA

Tints of Jungle Mist #A6BBBA

Color information

#A6BBBA (or 0xA6BBBA) is unknown color: approx Jungle Mist. HEX triplet: A6, BB and BA. RGB value is (166,187,186). Sum of RGB (Red+Green+Blue) = 166+187+186=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 187 (73.44% from 255 or 34.69% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 187 - color contains mainly: green. Hex color #A6BBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BBBA is #594445. Grayscale: #B4B4B4. Windows color (decimal): -5850182 or 12237734. OLE color: 12237734.

HSL color Cylindrical-coordinate representation of color #A6BBBA: hue angle of 177.14º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A6BBBA is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB166187186-
CMYK0.1100.010.27
HSL177.14º13.38%69.22%-
HSV(B)177.14º11.23%73.33%-
XYZ42.3647.1953.33-
YUV180.61131.04117.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.80%
GREEN value IS 187 (73.44% from 255) = 34.69%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=30.80%
G=34.69%
B=34.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1661871860.1100.010.27177.1413.3869.22
HexA6BBBAB011Bb1d45
Octal24627327213013326115105
Binary101001101011101110111010101101110111011000111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BBBA; }

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

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

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

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

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

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

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

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