#A6B5BE

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

Shades of Heather #A6B5BE

Tints of Heather #A6B5BE

Color information

#A6B5BE (or 0xA6B5BE) is unknown color: approx Heather. HEX triplet: A6, B5 and BE. RGB value is (166,181,190). Sum of RGB (Red+Green+Blue) = 166+181+190=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 181 (71.09% from 255 or 33.71% 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 #A6B5BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B5BE is #594A41. Grayscale: #B1B1B1. Windows color (decimal): -5851714 or 12498342. OLE color: 12498342.

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

Color convert

RGB166181190-
CMYK0.130.0500.25
HSL202.5º15.58%69.8%-
HSV(B)202.5º12.63%74.51%-
XYZ41.5444.8755.19-
YUV177.54135.03119.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.91%
GREEN value IS 181 (71.09% from 255) = 33.71%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=30.91%
G=33.71%
B=35.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661811900.130.0500.25202.515.5869.8
HexA6B5BED5019ca1046
Octal24626527615503131220106
Binary101001101011010110111110110110101100111001010100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B5BE; }

 p { color: rgb(166,181,190); }

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

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

 a { background-color: rgb(166,181,190); }

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

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

 span { border-color: rgb(166,181,190); }

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