#A9B4BE

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

Shades of Heather #A9B4BE

Tints of Heather #A9B4BE

Color information

#A9B4BE (or 0xA9B4BE) is unknown color: approx Heather. HEX triplet: A9, B4 and BE. RGB value is (169,180,190). Sum of RGB (Red+Green+Blue) = 169+180+190=539 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.35% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #A9B4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B4BE is #564B41. Grayscale: #B1B1B1. Windows color (decimal): -5655362 or 12498089. OLE color: 12498089.

HSL color Cylindrical-coordinate representation of color #A9B4BE: hue angle of 208.57º 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 #A9B4BE is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB169180190-
CMYK0.110.0500.25
HSL208.57º13.91%70.39%-
HSV(B)208.57º11.05%74.51%-
XYZ41.9844.855.15-
YUV177.85134.86121.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.35%
GREEN value IS 180 (70.70% from 255) = 33.40%
BLUE value IS 190 (74.61% from 255) = 35.25%
R=31.35%
G=33.40%
B=35.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691801900.110.0500.25208.5713.9170.39
HexA9B4BEB5019d1e46
Octal25126427613503132116106
Binary10101001101101001011111010111010110011101000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B4BE; }

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

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

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

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

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

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

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

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