#B4BACE

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

Shades of Echo Blue #B4BACE

Tints of Echo Blue #B4BACE

Color information

#B4BACE (or 0xB4BACE) is unknown color: approx Echo Blue. HEX triplet: B4, BA and CE. RGB value is (180,186,206). Sum of RGB (Red+Green+Blue) = 180+186+206=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BACE is #4B4531. Grayscale: #BABABA. Windows color (decimal): -4932914 or 13548212. OLE color: 13548212.

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

Color convert

RGB180186206-
CMYK0.130.1000.19
HSL226.15º20.97%75.69%-
HSV(B)226.15º12.62%80.78%-
XYZ47.5249.2865.4-
YUV186.49139.01123.37-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.47%
GREEN value IS 186 (73.05% from 255) = 32.52%
BLUE value IS 206 (80.86% from 255) = 36.01%
R=31.47%
G=32.52%
B=36.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801862060.130.1000.19226.1520.9775.69
HexB4BACEDA013e2154c
Octal264272316151202334225114
Binary1011010010111010110011101101101001001111100010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BACE; }

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

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

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

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

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

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

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

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