#ADB6BB

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

Shades of Heather #ADB6BB

Tints of Heather #ADB6BB

Color information

#ADB6BB (or 0xADB6BB) is unknown color: approx Heather. HEX triplet: AD, B6 and BB. RGB value is (173,182,187). Sum of RGB (Red+Green+Blue) = 173+182+187=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 182 (71.48% from 255 or 33.58% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADB6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB6BB is #524944. Grayscale: #B3B3B3. Windows color (decimal): -5392709 or 12301997. OLE color: 12301997.

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

Color convert

RGB173182187-
CMYK0.070.0300.27
HSL201.43º9.33%70.59%-
HSV(B)201.43º7.49%73.33%-
XYZ42.9345.9353.62-
YUV179.88132.02123.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.92%
GREEN value IS 182 (71.48% from 255) = 33.58%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=31.92%
G=33.58%
B=34.50%

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
Decimal1731821870.070.0300.27201.439.3370.59
HexADB6BB7301Bc9947
Octal2552662737303331111107
Binary101011011011011010111011111110110111100100110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB6BB; }

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

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

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

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

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

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

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

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