#A6B4BC

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

Shades of Heather #A6B4BC

Tints of Heather #A6B4BC

Color information

#A6B4BC (or 0xA6B4BC) is unknown color: approx Heather. HEX triplet: A6, B4 and BC. RGB value is (166,180,188). Sum of RGB (Red+Green+Blue) = 166+180+188=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 188 - color contains mainly: blue. Hex color #A6B4BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B4BC is #594B43. Grayscale: #B0B0B0. Windows color (decimal): -5851972 or 12367014. OLE color: 12367014.

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

Color convert

RGB166180188-
CMYK0.120.0400.26
HSL201.82º14.1%69.41%-
HSV(B)201.82º11.7%73.73%-
XYZ41.1244.3853.98-
YUV176.73134.36120.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.09%
GREEN value IS 180 (70.70% from 255) = 33.71%
BLUE value IS 188 (73.83% from 255) = 35.21%
R=31.09%
G=33.71%
B=35.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661801880.120.0400.26201.8214.169.41
HexA6B4BCC401Acae45
Octal24626427414403231216105
Binary10100110101101001011110011001000110101100101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B4BC; }

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

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

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

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

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

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

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

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