#A6B4BE

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

Shades of Heather #A6B4BE

Tints of Heather #A6B4BE

Color information

#A6B4BE (or 0xA6B4BE) is unknown color: approx Heather. HEX triplet: A6, B4 and BE. RGB value is (166,180,190). Sum of RGB (Red+Green+Blue) = 166+180+190=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 180 (70.70% from 255 or 33.58% from 536); Blue value is 190 (74.61% from 255 or 35.45% from 536); Max value from RGB is 190 - color contains mainly: blue. Hex color #A6B4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B4BE is #594B41. Grayscale: #B0B0B0. Windows color (decimal): -5851970 or 12498086. OLE color: 12498086.

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

Color convert

RGB166180190-
CMYK0.130.0500.25
HSL205º15.58%69.8%-
HSV(B)205º12.63%74.51%-
XYZ41.3444.4755.12-
YUV176.95135.36120.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.97%
GREEN value IS 180 (70.70% from 255) = 33.58%
BLUE value IS 190 (74.61% from 255) = 35.45%
R=30.97%
G=33.58%
B=35.45%

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
Decimal1661801900.130.0500.2520515.5869.8
HexA6B4BED5019cd1046
Octal24626427615503131520106
Binary101001101011010010111110110110101100111001101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B4BE; }

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

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

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

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

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

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

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

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