Html Css Color HEX #ADB2BF Echo Blue

📋 copy color: '#ADB2BF'

red 173 ◦ green 178 ◦ blue 191

#ADB2BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #ADB2BF

Tints of Echo Blue #ADB2BF

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 value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ADB2BF (or 0xADB2BF) is known color: 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

RGB 173 178 191 -
CMYK 0.09 0.07 0 0.25
HSL 223.33º 0.12% 0.71% -
HSV(B) 223.33º 0.09% 0.75% -
XYZ 42.56 44.49 55.63 -
YUV 177.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 173 178 191 0.09 0.07 0 0.25 223.33 0.12 0.71
Hex AD B2 BF 9 7 0 19 DF C 47
Octal 255 262 277 11 7 0 31 337 14 107
Binary 10101101 10110010 10111111 1001 111 0 11001 11011111 1100 1000111

Color Harmonies of #ADB2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB2BF

Black with #ADB2BF

Text Example


Text Example

White with #ADB2BF

Text Example


Text Example

HTML Codes & Css Web 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>