#ADB2BF

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

Shades of Echo Blue #ADB2BF

Tints of Echo Blue #ADB2BF

Color information

#ADB2BF (or 0xADB2BF) is unknown color: approx Echo Blue. HEX triplet: AD, B2 and BF. RGB value is (173,178,191). Sum of RGB (Red+Green+Blue) = 173+178+191=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 191 - color contains mainly: blue. Hex color #ADB2BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB2BF is #524D40. Grayscale: #B1B1B1. Windows color (decimal): -5393729 or 12563117. OLE color: 12563117.

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

Color convert

RGB173178191-
CMYK0.090.0700.25
HSL223.33º12.33%71.37%-
HSV(B)223.33º9.42%74.9%-
XYZ42.5644.4955.63-
YUV177.99135.34124.44-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.92%
GREEN value IS 178 (69.92% from 255) = 32.84%
BLUE value IS 191 (75% from 255) = 35.24%
R=31.92%
G=32.84%
B=35.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731781910.090.0700.25223.3312.3371.37
HexADB2BF97019dfc47
Octal25526227711703133714107
Binary10101101101100101011111110011110110011101111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB2BF; }

 p { color: rgb(173,178,191); }

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

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

 a { background-color: rgb(173,178,191); }

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

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

 span { border-color: rgb(173,178,191); }

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