#A6BAC1

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

Shades of Heather #A6BAC1

Tints of Heather #A6BAC1

Color information

#A6BAC1 (or 0xA6BAC1) is unknown color: approx Heather. HEX triplet: A6, BA and C1. RGB value is (166,186,193). Sum of RGB (Red+Green+Blue) = 166+186+193=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 193 (75.78% from 255 or 35.41% from 545); Max value from RGB is 193 - color contains mainly: blue. Hex color #A6BAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BAC1 is #59453E. Grayscale: #B4B4B4. Windows color (decimal): -5850431 or 12696230. OLE color: 12696230.

HSL color Cylindrical-coordinate representation of color #A6BAC1: hue angle of 195.56º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6BAC1 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB166186193-
CMYK0.140.0400.24
HSL195.56º17.88%70.39%-
HSV(B)195.56º13.99%75.69%-
XYZ42.9147.0857.28-
YUV180.82134.87117.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.46%
GREEN value IS 186 (73.05% from 255) = 34.13%
BLUE value IS 193 (75.78% from 255) = 35.41%
R=30.46%
G=34.13%
B=35.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661861930.140.0400.24195.5617.8870.39
HexA6BAC1E4018c41246
Octal24627230116403030422106
Binary101001101011101011000001111010001100011000100100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BAC1; }

 p { color: rgb(166,186,193); }

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

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

 a { background-color: rgb(166,186,193); }

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

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

 span { border-color: rgb(166,186,193); }

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