#A2BAC5

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

Shades of Heather #A2BAC5

Tints of Heather #A2BAC5

Color information

#A2BAC5 (or 0xA2BAC5) is unknown color: approx Heather. HEX triplet: A2, BA and C5. RGB value is (162,186,197). Sum of RGB (Red+Green+Blue) = 162+186+197=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 197 - color contains mainly: blue. Hex color #A2BAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2BAC5 is #5D453A. Grayscale: #B4B4B4. Windows color (decimal): -6112571 or 12958370. OLE color: 12958370.

HSL color Cylindrical-coordinate representation of color #A2BAC5: hue angle of 198.86º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A2BAC5 is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB162186197-
CMYK0.180.0600.23
HSL198.86º23.18%70.39%-
HSV(B)198.86º17.77%77.25%-
XYZ42.5446.8359.62-
YUV180.08137.55115.11-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.72%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 197 (77.34% from 255) = 36.15%
R=29.72%
G=34.13%
B=36.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1621861970.180.0600.23198.8623.1870.39
HexA2BAC5126017c71746
Octal24227230522602730727106
Binary1010001010111010110001011001011001011111000111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BAC5; }

 p { color: rgb(162,186,197); }

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

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

 a { background-color: rgb(162,186,197); }

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

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

 span { border-color: rgb(162,186,197); }

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