#A9B4BD

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

Shades of Heather #A9B4BD

Tints of Heather #A9B4BD

Color information

#A9B4BD (or 0xA9B4BD) is unknown color: approx Heather. HEX triplet: A9, B4 and BD. RGB value is (169,180,189). Sum of RGB (Red+Green+Blue) = 169+180+189=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 189 (74.22% from 255 or 35.13% from 538); Max value from RGB is 189 - color contains mainly: blue. Hex color #A9B4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B4BD is #564B42. Grayscale: #B1B1B1. Windows color (decimal): -5655363 or 12432553. OLE color: 12432553.

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

Color convert

RGB169180189-
CMYK0.110.0500.26
HSL207º13.16%70.2%-
HSV(B)207º10.58%74.12%-
XYZ41.8744.7554.58-
YUV177.74134.36121.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.41%
GREEN value IS 180 (70.70% from 255) = 33.46%
BLUE value IS 189 (74.22% from 255) = 35.13%
R=31.41%
G=33.46%
B=35.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691801890.110.0500.2620713.1670.2
HexA9B4BDB501Acfd46
Octal25126427513503231715106
Binary10101001101101001011110110111010110101100111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B4BD; }

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

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

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

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

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

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

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

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