Html Css Color HEX #ADB0BE Echo Blue

📋 copy color: '#ADB0BE'

red 173 ◦ green 176 ◦ blue 190

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

Shades of Echo Blue #ADB0BE

Tints of Echo Blue #ADB0BE

RGB

 RED value IS 173 (67.97% from 255) = 32.1%

 GREEN value IS 176 (69.14% from 255) = 32.65%

 BLUE value IS 190 (74.61% from 255) = 35.25%

R = 32.1%
G = 32.65%
B = 35.25%

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

#ADB0BE (or 0xADB0BE) is known color: Echo Blue. HEX triplet: AD, B0 and BE. RGB value is (173,176,190). Sum of RGB (Red+Green+Blue) = 173+176+190=539 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.10% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 190 - color contains mainly: blue. Hex color #ADB0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0BE is #524F41. Grayscale: #B0B0B0. Windows color (decimal): -5394242 or 12497069. OLE color: 12497069.

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

Color convert

RGB 173 176 190 -
CMYK 0.09 0.07 0 0.25
HSL 229.41º 0.12% 0.71% -
HSV(B) 229.41º 0.09% 0.75% -
XYZ 42.05 43.65 54.92 -
YUV 176.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 173 176 190 0.09 0.07 0 0.25 229.41 0.12 0.71
Hex AD B0 BE 9 7 0 19 E5 C 47
Octal 255 260 276 11 7 0 31 345 14 107
Binary 10101101 10110000 10111110 1001 111 0 11001 11100101 1100 1000111

Color Harmonies of #ADB0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB0BE

Black with #ADB0BE

Text Example


Text Example

White with #ADB0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB0BE; }

 p { color: rgb(173,176,190); }

 H1.HeaderClassName
 {
   color: #ADB0BE;
 }
 .AnyTagClassName
 {
   color: #ADB0BE;
 }
</style>

background-color css

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

 a { background-color: rgb(173,176,190); }

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

border-color css

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

 span { border-color: rgb(173,176,190); }

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