#A9B6BE

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

Shades of Heather #A9B6BE

Tints of Heather #A9B6BE

Color information

#A9B6BE (or 0xA9B6BE) is unknown color: approx Heather. HEX triplet: A9, B6 and BE. RGB value is (169,182,190). Sum of RGB (Red+Green+Blue) = 169+182+190=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 190 - color contains mainly: blue. Hex color #A9B6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9B6BE is #564941. Grayscale: #B2B2B2. Windows color (decimal): -5654850 or 12498601. OLE color: 12498601.

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

Color convert

RGB169182190-
CMYK0.110.0400.25
HSL202.86º13.91%70.39%-
HSV(B)202.86º11.05%74.51%-
XYZ42.3845.6155.28-
YUV179.02134.19120.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 31.24%
GREEN value IS 182 (71.48% from 255) = 33.64%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=31.24%
G=33.64%
B=35.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1691821900.110.0400.25202.8613.9170.39
HexA9B6BEB4019cbe46
Octal25126627613403131316106
Binary10101001101101101011111010111000110011100101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B6BE; }

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

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

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

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

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

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

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

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