#A9B3BE

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

Shades of Heather #A9B3BE

Tints of Heather #A9B3BE

Color information

#A9B3BE (or 0xA9B3BE) is unknown color: approx Heather. HEX triplet: A9, B3 and BE. RGB value is (169,179,190). Sum of RGB (Red+Green+Blue) = 169+179+190=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 190 - color contains mainly: blue. Hex color #A9B3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B3BE is #564C41. Grayscale: #B1B1B1. Windows color (decimal): -5655618 or 12497833. OLE color: 12497833.

HSL color Cylindrical-coordinate representation of color #A9B3BE: hue angle of 211.43º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A9B3BE is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169179190-
CMYK0.110.0600.25
HSL211.43º13.91%70.39%-
HSV(B)211.43º11.05%74.51%-
XYZ41.7844.3955.08-
YUV177.26135.19122.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.41%
GREEN value IS 179 (70.31% from 255) = 33.27%
BLUE value IS 190 (74.61% from 255) = 35.32%
R=31.41%
G=33.27%
B=35.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691791900.110.0600.25211.4313.9170.39
HexA9B3BEB6019d3e46
Octal25126327613603132316106
Binary10101001101100111011111010111100110011101001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B3BE; }

 p { color: rgb(169,179,190); }

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

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

 a { background-color: rgb(169,179,190); }

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

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

 span { border-color: rgb(169,179,190); }

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