#B1BACC

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

Shades of Echo Blue #B1BACC

Tints of Echo Blue #B1BACC

Color information

#B1BACC (or 0xB1BACC) is unknown color: approx Echo Blue. HEX triplet: B1, BA and CC. RGB value is (177,186,204). Sum of RGB (Red+Green+Blue) = 177+186+204=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 186 (73.05% from 255 or 32.80% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: blue. Hex color #B1BACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BACC is #4E4533. Grayscale: #B9B9B9. Windows color (decimal): -5129524 or 13417137. OLE color: 13417137.

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

Color convert

RGB177186204-
CMYK0.130.0900.2
HSL220º20.93%74.71%-
HSV(B)220º13.24%80%-
XYZ46.5948.8264.1-
YUV185.36138.52122.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.22%
GREEN value IS 186 (73.05% from 255) = 32.80%
BLUE value IS 204 (80.08% from 255) = 35.98%
R=31.22%
G=32.80%
B=35.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1771862040.130.0900.222020.9374.71
HexB1BACCD9014dc154b
Octal261272314151102433425113
Binary1011000110111010110011001101100101010011011100101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BACC; }

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

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

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

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

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

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

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

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