#ADB6BA

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

Shades of Heather #ADB6BA

Tints of Heather #ADB6BA

Color information

#ADB6BA (or 0xADB6BA) is unknown color: approx Heather. HEX triplet: AD, B6 and BA. RGB value is (173,182,186). Sum of RGB (Red+Green+Blue) = 173+182+186=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADB6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB6BA is #524945. Grayscale: #B3B3B3. Windows color (decimal): -5392710 or 12236461. OLE color: 12236461.

HSL color Cylindrical-coordinate representation of color #ADB6BA: hue angle of 198.46º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADB6BA is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173182186-
CMYK0.070.0200.27
HSL198.46º8.61%70.39%-
HSV(B)198.46º6.99%72.94%-
XYZ42.8245.8953.05-
YUV179.76131.52123.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 182 (71.48% from 255) = 33.64%
BLUE value IS 186 (73.05% from 255) = 34.38%
R=31.98%
G=33.64%
B=34.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731821860.070.0200.27198.468.6170.39
HexADB6BA7201Bc6946
Octal2552662727203330611106
Binary101011011011011010111010111100110111100011010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB6BA; }

 p { color: rgb(173,182,186); }

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

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

 a { background-color: rgb(173,182,186); }

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

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

 span { border-color: rgb(173,182,186); }

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