#A8BAC1

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

Shades of Heather #A8BAC1

Tints of Heather #A8BAC1

Color information

#A8BAC1 (or 0xA8BAC1) is unknown color: approx Heather. HEX triplet: A8, BA and C1. RGB value is (168,186,193). Sum of RGB (Red+Green+Blue) = 168+186+193=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 193 - color contains mainly: blue. Hex color #A8BAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8BAC1 is #57453E. Grayscale: #B5B5B5. Windows color (decimal): -5719359 or 12696232. OLE color: 12696232.

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

Color convert

RGB168186193-
CMYK0.130.0400.24
HSL196.8º16.78%70.78%-
HSV(B)196.8º12.95%75.69%-
XYZ43.3347.2957.3-
YUV181.42134.54118.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.71%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=30.71%
G=34.00%
B=35.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681861930.130.0400.24196.816.7870.78
HexA8BAC1D4018c51147
Octal25027230115403030521107
Binary101010001011101011000001110110001100011000101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BAC1; }

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

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

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

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

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

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

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

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