#A9B5BC

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

Shades of Heather #A9B5BC

Tints of Heather #A9B5BC

Color information

#A9B5BC (or 0xA9B5BC) is unknown color: approx Heather. HEX triplet: A9, B5 and BC. RGB value is (169,181,188). Sum of RGB (Red+Green+Blue) = 169+181+188=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 188 - color contains mainly: blue. Hex color #A9B5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B5BC is #564A43. Grayscale: #B2B2B2. Windows color (decimal): -5655108 or 12367273. OLE color: 12367273.

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

Color convert

RGB169181188-
CMYK0.100.0400.26
HSL202.11º12.42%70%-
HSV(B)202.11º10.11%73.73%-
XYZ41.9645.1154.07-
YUV178.21133.52121.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.41%
GREEN value IS 181 (71.09% from 255) = 33.64%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=31.41%
G=33.64%
B=34.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691811880.100.0400.26202.1112.4270
HexA9B5BCA401Acac46
Octal25126527412403231214106
Binary10101001101101011011110010101000110101100101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B5BC; }

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

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

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

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

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

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

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

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