#B5BACE

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

Shades of Echo Blue #B5BACE

Tints of Echo Blue #B5BACE

Color information

#B5BACE (or 0xB5BACE) is unknown color: approx Echo Blue. HEX triplet: B5, BA and CE. RGB value is (181,186,206). Sum of RGB (Red+Green+Blue) = 181+186+206=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BACE is #4A4531. Grayscale: #BABABA. Windows color (decimal): -4867378 or 13548213. OLE color: 13548213.

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

Color convert

RGB181186206-
CMYK0.120.1000.19
HSL228º20.33%75.88%-
HSV(B)228º12.14%80.78%-
XYZ47.7649.465.41-
YUV186.78138.84123.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.59%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 206 (80.86% from 255) = 35.95%
R=31.59%
G=32.46%
B=35.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811862060.120.1000.1922820.3375.88
HexB5BACECA013e4144c
Octal265272316141202334424114
Binary1011010110111010110011101100101001001111100100101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BACE; }

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

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

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

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

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

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

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

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