#B5BACD

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

Shades of Echo Blue #B5BACD

Tints of Echo Blue #B5BACD

Color information

#B5BACD (or 0xB5BACD) is unknown color: approx Echo Blue. HEX triplet: B5, BA and CD. RGB value is (181,186,205). Sum of RGB (Red+Green+Blue) = 181+186+205=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #B5BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BACD is #4A4532. Grayscale: #BABABA. Windows color (decimal): -4867379 or 13482677. OLE color: 13482677.

HSL color Cylindrical-coordinate representation of color #B5BACD: hue angle of 227.5º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B5BACD is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181186205-
CMYK0.120.0900.20
HSL227.5º19.35%75.69%-
HSV(B)227.5º11.71%80.39%-
XYZ47.6349.3564.77-
YUV186.67138.34123.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.64%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=31.64%
G=32.52%
B=35.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811862050.120.0900.20227.519.3575.69
HexB5BACDC9014e4134c
Octal265272315141102434423114
Binary1011010110111010110011011100100101010011100100100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BACD; }

 p { color: rgb(181,186,205); }

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

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

 a { background-color: rgb(181,186,205); }

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

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

 span { border-color: rgb(181,186,205); }

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