#ADB6BC

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

Shades of Heather #ADB6BC

Tints of Heather #ADB6BC

Color information

#ADB6BC (or 0xADB6BC) is unknown color: approx Heather. HEX triplet: AD, B6 and BC. RGB value is (173,182,188). Sum of RGB (Red+Green+Blue) = 173+182+188=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADB6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB6BC is #524943. Grayscale: #B3B3B3. Windows color (decimal): -5392708 or 12367533. OLE color: 12367533.

HSL color Cylindrical-coordinate representation of color #ADB6BC: hue angle of 204º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADB6BC is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB173182188-
CMYK0.080.0300.26
HSL204º10.07%70.78%-
HSV(B)204º7.98%73.73%-
XYZ43.0445.9754.18-
YUV179.99132.52123.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.86%
GREEN value IS 182 (71.48% from 255) = 33.52%
BLUE value IS 188 (73.83% from 255) = 34.62%
R=31.86%
G=33.52%
B=34.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731821880.080.0300.2620410.0770.78
HexADB6BC8301Acca47
Octal25526627410303231412107
Binary1010110110110110101111001000110110101100110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB6BC; }

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

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

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

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

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

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

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

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