#A9BCC1

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

Shades of Heather #A9BCC1

Tints of Heather #A9BCC1

Color information

#A9BCC1 (or 0xA9BCC1) is unknown color: approx Heather. HEX triplet: A9, BC and C1. RGB value is (169,188,193). Sum of RGB (Red+Green+Blue) = 169+188+193=550 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.73% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 193 - color contains mainly: blue. Hex color #A9BCC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9BCC1 is #56433E. Grayscale: #B6B6B6. Windows color (decimal): -5653311 or 12696745. OLE color: 12696745.

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

Color convert

RGB169188193-
CMYK0.120.0300.24
HSL192.5º16.22%70.98%-
HSV(B)192.5º12.44%75.69%-
XYZ43.9748.2557.45-
YUV182.89133.71118.09-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 30.73%
GREEN value IS 188 (73.83% from 255) = 34.18%
BLUE value IS 193 (75.78% from 255) = 35.09%
R=30.73%
G=34.18%
B=35.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1691881930.120.0300.24192.516.2270.98
HexA9BCC1C3018c01047
Octal25127430114303030020107
Binary10101001101111001100000111001101100011000000100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BCC1; }

 p { color: rgb(169,188,193); }

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

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

 a { background-color: rgb(169,188,193); }

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

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

 span { border-color: rgb(169,188,193); }

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