#A5B6BE

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

Shades of Heather #A5B6BE

Tints of Heather #A5B6BE

Color information

#A5B6BE (or 0xA5B6BE) is unknown color: approx Heather. HEX triplet: A5, B6 and BE. RGB value is (165,182,190). Sum of RGB (Red+Green+Blue) = 165+182+190=537 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.73% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 190 - color contains mainly: blue. Hex color #A5B6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5B6BE is #5A4941. Grayscale: #B1B1B1. Windows color (decimal): -5916994 or 12498597. OLE color: 12498597.

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

Color convert

RGB165182190-
CMYK0.130.0400.25
HSL199.2º16.13%69.61%-
HSV(B)199.2º13.16%74.51%-
XYZ41.5445.1755.25-
YUV177.83134.87118.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.73%
GREEN value IS 182 (71.48% from 255) = 33.89%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=30.73%
G=33.89%
B=35.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651821900.130.0400.25199.216.1369.61
HexA5B6BED4019c71046
Octal24526627615403130720106
Binary101001011011011010111110110110001100111000111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5B6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5B6BE; }

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

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

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

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

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

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

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

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