#ADB8BE

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

Shades of Heather #ADB8BE

Tints of Heather #ADB8BE

Color information

#ADB8BE (or 0xADB8BE) is unknown color: approx Heather. HEX triplet: AD, B8 and BE. RGB value is (173,184,190). Sum of RGB (Red+Green+Blue) = 173+184+190=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 184 (72.27% from 255 or 33.64% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADB8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8BE is #524741. Grayscale: #B5B5B5. Windows color (decimal): -5392194 or 12499117. OLE color: 12499117.

HSL color Cylindrical-coordinate representation of color #ADB8BE: hue angle of 201.18º 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 #ADB8BE is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB173184190-
CMYK0.090.0300.25
HSL201.18º11.56%71.18%-
HSV(B)201.18º8.95%74.51%-
XYZ43.6746.8855.46-
YUV181.4132.86122.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.63%
GREEN value IS 184 (72.27% from 255) = 33.64%
BLUE value IS 190 (74.61% from 255) = 34.73%
R=31.63%
G=33.64%
B=34.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731841900.090.0300.25201.1811.5671.18
HexADB8BE93019c9c47
Octal25527027611303131114107
Binary1010110110111000101111101001110110011100100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB8BE; }

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

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

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

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

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

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

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

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