#B0B7CA

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

Shades of Echo Blue #B0B7CA

Tints of Echo Blue #B0B7CA

Color information

#B0B7CA (or 0xB0B7CA) is unknown color: approx Echo Blue. HEX triplet: B0, B7 and CA. RGB value is (176,183,202). Sum of RGB (Red+Green+Blue) = 176+183+202=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #B0B7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B7CA is #4F4835. Grayscale: #B6B6B6. Windows color (decimal): -5195830 or 13285296. OLE color: 13285296.

HSL color Cylindrical-coordinate representation of color #B0B7CA: hue angle of 223.85º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0B7CA is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176183202-
CMYK0.130.0900.21
HSL223.85º19.7%74.12%-
HSV(B)223.85º12.87%79.22%-
XYZ45.547.3662.62-
YUV183.07138.68122.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.37%
GREEN value IS 183 (71.88% from 255) = 32.62%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=31.37%
G=32.62%
B=36.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761832020.130.0900.21223.8519.774.12
HexB0B7CAD9015e0144a
Octal260267312151102534024112
Binary1011000010110111110010101101100101010111100000101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B7CA; }

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

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

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

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

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

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

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

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