#ADB6BE

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

Shades of Heather #ADB6BE

Tints of Heather #ADB6BE

Color information

#ADB6BE (or 0xADB6BE) is unknown color: approx Heather. HEX triplet: AD, B6 and BE. RGB value is (173,182,190). Sum of RGB (Red+Green+Blue) = 173+182+190=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 182 (71.48% from 255 or 33.39% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADB6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB6BE is #524941. Grayscale: #B4B4B4. Windows color (decimal): -5392706 or 12498605. OLE color: 12498605.

HSL color Cylindrical-coordinate representation of color #ADB6BE: hue angle of 208.24º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADB6BE is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173182190-
CMYK0.090.0400.25
HSL208.24º11.56%71.18%-
HSV(B)208.24º8.95%74.51%-
XYZ43.2646.0655.33-
YUV180.22133.52122.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 182 (71.48% from 255) = 33.39%
BLUE value IS 190 (74.61% from 255) = 34.86%
R=31.74%
G=33.39%
B=34.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731821900.090.0400.25208.2411.5671.18
HexADB6BE94019d0c47
Octal25526627611403132014107
Binary10101101101101101011111010011000110011101000011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB6BE; }

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

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

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

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

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

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

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

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