#ADB8BC

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

Shades of Heather #ADB8BC

Tints of Heather #ADB8BC

Color information

#ADB8BC (or 0xADB8BC) is unknown color: approx Heather. HEX triplet: AD, B8 and BC. RGB value is (173,184,188). Sum of RGB (Red+Green+Blue) = 173+184+188=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 184 (72.27% from 255 or 33.76% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 188 - color contains mainly: blue. Hex color #ADB8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8BC is #524743. Grayscale: #B5B5B5. Windows color (decimal): -5392196 or 12368045. OLE color: 12368045.

HSL color Cylindrical-coordinate representation of color #ADB8BC: hue angle of 196º 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 #ADB8BC is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB173184188-
CMYK0.080.0200.26
HSL196º10.07%70.78%-
HSV(B)196º7.98%73.73%-
XYZ43.4546.854.32-
YUV181.17131.86122.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 184 (72.27% from 255) = 33.76%
BLUE value IS 188 (73.83% from 255) = 34.50%
R=31.74%
G=33.76%
B=34.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731841880.080.0200.2619610.0770.78
HexADB8BC8201Ac4a47
Octal25527027410203230412107
Binary1010110110111000101111001000100110101100010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB8BC; }

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

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

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

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

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

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

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

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