#A4BBBA

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

Shades of Jungle Mist #A4BBBA

Tints of Jungle Mist #A4BBBA

Color information

#A4BBBA (or 0xA4BBBA) is unknown color: approx Jungle Mist. HEX triplet: A4, BB and BA. RGB value is (164,187,186). Sum of RGB (Red+Green+Blue) = 164+187+186=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 187 - color contains mainly: green. Hex color #A4BBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4BBBA is #5B4445. Grayscale: #B3B3B3. Windows color (decimal): -5981254 or 12237732. OLE color: 12237732.

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

Color convert

RGB164187186-
CMYK0.1200.010.27
HSL177.39º14.47%68.82%-
HSV(B)177.39º12.3%73.33%-
XYZ41.9446.9853.31-
YUV180.01131.38116.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.54%
GREEN value IS 187 (73.44% from 255) = 34.82%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=30.54%
G=34.82%
B=34.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641871860.1200.010.27177.3914.4768.82
HexA4BBBAC011Bb1e45
Octal24427327214013326116105
Binary101001001011101110111010110001110111011000111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BBBA; }

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

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

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

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

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

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

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

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