#B0BACC

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

Shades of Echo Blue #B0BACC

Tints of Echo Blue #B0BACC

Color information

#B0BACC (or 0xB0BACC) is unknown color: approx Echo Blue. HEX triplet: B0, BA and CC. RGB value is (176,186,204). Sum of RGB (Red+Green+Blue) = 176+186+204=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 204 (80.08% from 255 or 36.04% from 566); Max value from RGB is 204 - color contains mainly: blue. Hex color #B0BACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BACC is #4F4533. Grayscale: #B8B8B8. Windows color (decimal): -5195060 or 13417136. OLE color: 13417136.

HSL color Cylindrical-coordinate representation of color #B0BACC: hue angle of 218.57º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0BACC is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB176186204-
CMYK0.140.0900.2
HSL218.57º21.54%74.51%-
HSV(B)218.57º13.73%80%-
XYZ46.3648.7164.08-
YUV185.06138.69121.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.10%
GREEN value IS 186 (73.05% from 255) = 32.86%
BLUE value IS 204 (80.08% from 255) = 36.04%
R=31.10%
G=32.86%
B=36.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1761862040.140.0900.2218.5721.5474.51
HexB0BACCE9014db164b
Octal260272314161102433326113
Binary1011000010111010110011001110100101010011011011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BACC; }

 p { color: rgb(176,186,204); }

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

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

 a { background-color: rgb(176,186,204); }

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

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

 span { border-color: rgb(176,186,204); }

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