#B0B8CA

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

Shades of Echo Blue #B0B8CA

Tints of Echo Blue #B0B8CA

Color information

#B0B8CA (or 0xB0B8CA) is unknown color: approx Echo Blue. HEX triplet: B0, B8 and CA. RGB value is (176,184,202). Sum of RGB (Red+Green+Blue) = 176+184+202=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 202 - color contains mainly: blue. Hex color #B0B8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B8CA is #4F4735. Grayscale: #B7B7B7. Windows color (decimal): -5195574 or 13285552. OLE color: 13285552.

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

Color convert

RGB176184202-
CMYK0.130.0900.21
HSL221.54º19.7%74.12%-
HSV(B)221.54º12.87%79.22%-
XYZ45.7147.7862.69-
YUV183.66138.35122.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.32%
GREEN value IS 184 (72.27% from 255) = 32.74%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=31.32%
G=32.74%
B=35.94%

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
Decimal1761842020.130.0900.21221.5419.774.12
HexB0B8CAD9015de144a
Octal260270312151102533624112
Binary1011000010111000110010101101100101010111011110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B8CA; }

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

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

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

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

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

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

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

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