#A6BFBE

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

Shades of Jungle Mist #A6BFBE

Tints of Jungle Mist #A6BFBE

Color information

#A6BFBE (or 0xA6BFBE) is unknown color: approx Jungle Mist. HEX triplet: A6, BF and BE. RGB value is (166,191,190). Sum of RGB (Red+Green+Blue) = 166+191+190=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 191 - color contains mainly: green. Hex color #A6BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BFBE is #594041. Grayscale: #B7B7B7. Windows color (decimal): -5849154 or 12500902. OLE color: 12500902.

HSL color Cylindrical-coordinate representation of color #A6BFBE: hue angle of 177.6º 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 #A6BFBE is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB166191190-
CMYK0.1300.010.25
HSL177.6º16.34%70%-
HSV(B)177.6º13.09%74.9%-
XYZ43.6549.0955.89-
YUV183.41131.72115.58-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.35%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=30.35%
G=34.92%
B=34.73%

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
Decimal1661911900.1300.010.25177.616.3470
HexA6BFBED0119b21046
Octal24627727615013126220106
Binary1010011010111111101111101101011100110110010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BFBE; }

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

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

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

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

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

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

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

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