#A6BAC8

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

Shades of Heather #A6BAC8

Tints of Heather #A6BAC8

Color information

#A6BAC8 (or 0xA6BAC8) is unknown color: approx Heather. HEX triplet: A6, BA and C8. RGB value is (166,186,200). Sum of RGB (Red+Green+Blue) = 166+186+200=552 (73% of max value = 765). Red value is 166 (65.23% from 255 or 30.07% from 552); Green value is 186 (73.05% from 255 or 33.70% from 552); Blue value is 200 (78.52% from 255 or 36.23% from 552); Max value from RGB is 200 - color contains mainly: blue. Hex color #A6BAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6BAC8 is #594537. Grayscale: #B5B5B5. Windows color (decimal): -5850424 or 13154982. OLE color: 13154982.

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

Color convert

RGB166186200-
CMYK0.170.0700.22
HSL204.71º23.61%71.76%-
HSV(B)204.71º17%78.43%-
XYZ43.7147.3961.49-
YUV181.62138.37116.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.07%
GREEN value IS 186 (73.05% from 255) = 33.70%
BLUE value IS 200 (78.52% from 255) = 36.23%
R=30.07%
G=33.70%
B=36.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661862000.170.0700.22204.7123.6171.76
HexA6BAC8117016cd1848
Octal24627231021702631530110
Binary1010011010111010110010001000111101011011001101110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6BAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6BAC8; }

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

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

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

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

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

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

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

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