#B0B7C5

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

Shades of Echo Blue #B0B7C5

Tints of Echo Blue #B0B7C5

Color information

#B0B7C5 (or 0xB0B7C5) is unknown color: approx Echo Blue. HEX triplet: B0, B7 and C5. RGB value is (176,183,197). Sum of RGB (Red+Green+Blue) = 176+183+197=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 183 (71.88% from 255 or 32.91% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 197 - color contains mainly: blue. Hex color #B0B7C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B7C5 is #4F483A. Grayscale: #B6B6B6. Windows color (decimal): -5195835 or 12957616. OLE color: 12957616.

HSL color Cylindrical-coordinate representation of color #B0B7C5: hue angle of 220º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0B7C5 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB176183197-
CMYK0.110.0700.23
HSL220º15.33%73.14%-
HSV(B)220º10.66%77.25%-
XYZ44.9247.1359.55-
YUV182.5136.18123.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.65%
GREEN value IS 183 (71.88% from 255) = 32.91%
BLUE value IS 197 (77.34% from 255) = 35.43%
R=31.65%
G=32.91%
B=35.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1761831970.110.0700.2322015.3373.14
HexB0B7C5B7017dcf49
Octal26026730513702733417111
Binary10110000101101111100010110111110101111101110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B7C5; }

 p { color: rgb(176,183,197); }

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

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

 a { background-color: rgb(176,183,197); }

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

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

 span { border-color: rgb(176,183,197); }

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