#A7BAC9

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

Shades of Heather #A7BAC9

Tints of Heather #A7BAC9

Color information

#A7BAC9 (or 0xA7BAC9) is unknown color: approx Heather. HEX triplet: A7, BA and C9. RGB value is (167,186,201). Sum of RGB (Red+Green+Blue) = 167+186+201=554 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.14% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 201 (78.91% from 255 or 36.28% from 554); Max value from RGB is 201 - color contains mainly: blue. Hex color #A7BAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7BAC9 is #584536. Grayscale: #B5B5B5. Windows color (decimal): -5784887 or 13220519. OLE color: 13220519.

HSL color Cylindrical-coordinate representation of color #A7BAC9: hue angle of 206.47º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A7BAC9 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167186201-
CMYK0.170.0700.21
HSL206.47º23.94%72.16%-
HSV(B)206.47º16.92%78.82%-
XYZ44.0447.5562.12-
YUV182.03138.71117.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.14%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 201 (78.91% from 255) = 36.28%
R=30.14%
G=33.57%
B=36.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671862010.170.0700.21206.4723.9472.16
HexA7BAC9117015ce1848
Octal24727231121702531630110
Binary1010011110111010110010011000111101010111001110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7BAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7BAC9; }

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

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

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

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

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

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

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

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