#ADBAC7

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

Shades of Heather #ADBAC7

Tints of Heather #ADBAC7

Color information

#ADBAC7 (or 0xADBAC7) is unknown color: approx Heather. HEX triplet: AD, BA and C7. RGB value is (173,186,199). Sum of RGB (Red+Green+Blue) = 173+186+199=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 186 (73.05% from 255 or 33.33% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 199 - color contains mainly: blue. Hex color #ADBAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBAC7 is #524538. Grayscale: #B7B7B7. Windows color (decimal): -5391673 or 13089453. OLE color: 13089453.

HSL color Cylindrical-coordinate representation of color #ADBAC7: hue angle of 210º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADBAC7 is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB173186199-
CMYK0.130.0700.22
HSL210º18.84%72.94%-
HSV(B)210º13.07%78.04%-
XYZ45.148.1360.94-
YUV183.6136.69120.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 186 (73.05% from 255) = 33.33%
BLUE value IS 199 (78.12% from 255) = 35.66%
R=31.00%
G=33.33%
B=35.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731861990.130.0700.2221018.8472.94
HexADBAC7D7016d21349
Octal25527230715702632223111
Binary101011011011101011000111110111101011011010010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAC7; }

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

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

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

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

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

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

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

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