#ADB4BA

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

Shades of Heather #ADB4BA

Tints of Heather #ADB4BA

Color information

#ADB4BA (or 0xADB4BA) is unknown color: approx Heather. HEX triplet: AD, B4 and BA. RGB value is (173,180,186). Sum of RGB (Red+Green+Blue) = 173+180+186=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADB4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB4BA is #524B45. Grayscale: #B2B2B2. Windows color (decimal): -5393222 or 12235949. OLE color: 12235949.

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

Color convert

RGB173180186-
CMYK0.070.0300.27
HSL207.69º8.61%70.39%-
HSV(B)207.69º6.99%72.94%-
XYZ42.4245.0752.92-
YUV178.59132.18124.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.10%
GREEN value IS 180 (70.70% from 255) = 33.40%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=32.10%
G=33.40%
B=34.51%

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
Decimal1731801860.070.0300.27207.698.6170.39
HexADB4BA7301Bd0946
Octal2552642727303332011106
Binary101011011011010010111010111110110111101000010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB4BA; }

 p { color: rgb(173,180,186); }

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

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

 a { background-color: rgb(173,180,186); }

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

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

 span { border-color: rgb(173,180,186); }

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