#A8BAC9

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

Shades of Heather #A8BAC9

Tints of Heather #A8BAC9

Color information

#A8BAC9 (or 0xA8BAC9) is unknown color: approx Heather. HEX triplet: A8, BA and C9. RGB value is (168,186,201). Sum of RGB (Red+Green+Blue) = 168+186+201=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 201 - color contains mainly: blue. Hex color #A8BAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BAC9 is #574536. Grayscale: #B6B6B6. Windows color (decimal): -5719351 or 13220520. OLE color: 13220520.

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

Color convert

RGB168186201-
CMYK0.160.0700.21
HSL207.27º23.4%72.35%-
HSV(B)207.27º16.42%78.82%-
XYZ44.2547.6662.13-
YUV182.33138.54117.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.27%
GREEN value IS 186 (73.05% from 255) = 33.51%
BLUE value IS 201 (78.91% from 255) = 36.22%
R=30.27%
G=33.51%
B=36.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681862010.160.0700.21207.2723.472.35
HexA8BAC9107015cf1748
Octal25027231120702531727110
Binary1010100010111010110010011000011101010111001111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BAC9; }

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

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

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

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

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

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

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

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