#A7BBBA

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

Shades of Jungle Mist #A7BBBA

Tints of Jungle Mist #A7BBBA

Color information

#A7BBBA (or 0xA7BBBA) is unknown color: approx Jungle Mist. HEX triplet: A7, BB and BA. RGB value is (167,187,186). Sum of RGB (Red+Green+Blue) = 167+187+186=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 187 (73.44% from 255 or 34.63% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 187 - color contains mainly: green. Hex color #A7BBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BBBA is #584445. Grayscale: #B4B4B4. Windows color (decimal): -5784646 or 12237735. OLE color: 12237735.

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

Color convert

RGB167187186-
CMYK0.1100.010.27
HSL177º12.82%69.41%-
HSV(B)177º10.7%73.33%-
XYZ42.5747.353.34-
YUV180.91130.87118.08-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.93%
GREEN value IS 187 (73.44% from 255) = 34.63%
BLUE value IS 186 (73.05% from 255) = 34.44%
R=30.93%
G=34.63%
B=34.44%

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
Decimal1671871860.1100.010.2717712.8269.41
HexA7BBBAB011Bb1d45
Octal24727327213013326115105
Binary101001111011101110111010101101110111011000111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BBBA; }

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

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

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

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

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

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

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

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