#A6B5BD

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

Shades of Heather #A6B5BD

Tints of Heather #A6B5BD

Color information

#A6B5BD (or 0xA6B5BD) is unknown color: approx Heather. HEX triplet: A6, B5 and BD. RGB value is (166,181,189). Sum of RGB (Red+Green+Blue) = 166+181+189=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 189 - color contains mainly: blue. Hex color #A6B5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B5BD is #594A42. Grayscale: #B1B1B1. Windows color (decimal): -5851715 or 12432806. OLE color: 12432806.

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

Color convert

RGB166181189-
CMYK0.120.0400.26
HSL200.87º14.84%69.61%-
HSV(B)200.87º12.17%74.12%-
XYZ41.4444.8354.61-
YUV177.43134.53119.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.97%
GREEN value IS 181 (71.09% from 255) = 33.77%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=30.97%
G=33.77%
B=35.26%

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
Decimal1661811890.120.0400.26200.8714.8469.61
HexA6B5BDC401Ac9f46
Octal24626527514403231117106
Binary10100110101101011011110111001000110101100100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B5BD; }

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

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

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

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

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

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

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

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