#A9B5BD

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

Shades of Heather #A9B5BD

Tints of Heather #A9B5BD

Color information

#A9B5BD (or 0xA9B5BD) is unknown color: approx Heather. HEX triplet: A9, B5 and BD. RGB value is (169,181,189). Sum of RGB (Red+Green+Blue) = 169+181+189=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 189 (74.22% from 255 or 35.06% from 539); Max value from RGB is 189 - color contains mainly: blue. Hex color #A9B5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B5BD is #564A42. Grayscale: #B2B2B2. Windows color (decimal): -5655107 or 12432809. OLE color: 12432809.

HSL color Cylindrical-coordinate representation of color #A9B5BD: hue angle of 204º degrees, saturation: 0.13, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A9B5BD is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB169181189-
CMYK0.110.0400.26
HSL204º13.16%70.2%-
HSV(B)204º10.58%74.12%-
XYZ42.0745.1654.64-
YUV178.32134.02121.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.35%
GREEN value IS 181 (71.09% from 255) = 33.58%
BLUE value IS 189 (74.22% from 255) = 35.06%
R=31.35%
G=33.58%
B=35.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691811890.110.0400.2620413.1670.2
HexA9B5BDB401Accd46
Octal25126527513403231415106
Binary10101001101101011011110110111000110101100110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B5BD; }

 p { color: rgb(169,181,189); }

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

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

 a { background-color: rgb(169,181,189); }

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

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

 span { border-color: rgb(169,181,189); }

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