#ADB5BB

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

Shades of Heather #ADB5BB

Tints of Heather #ADB5BB

Color information

#ADB5BB (or 0xADB5BB) is unknown color: approx Heather. HEX triplet: AD, B5 and BB. RGB value is (173,181,187). Sum of RGB (Red+Green+Blue) = 173+181+187=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 181 (71.09% from 255 or 33.46% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADB5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB5BB is #524A44. Grayscale: #B3B3B3. Windows color (decimal): -5392965 or 12301741. OLE color: 12301741.

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

Color convert

RGB173181187-
CMYK0.070.0300.27
HSL205.71º9.33%70.59%-
HSV(B)205.71º7.49%73.33%-
XYZ42.7345.5253.55-
YUV179.29132.35123.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 181 (71.09% from 255) = 33.46%
BLUE value IS 187 (73.44% from 255) = 34.57%
R=31.98%
G=33.46%
B=34.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731811870.070.0300.27205.719.3370.59
HexADB5BB7301Bce947
Octal2552652737303331611107
Binary101011011011010110111011111110110111100111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB5BB; }

 p { color: rgb(173,181,187); }

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

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

 a { background-color: rgb(173,181,187); }

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

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

 span { border-color: rgb(173,181,187); }

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