#B1BACF

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

Shades of Echo Blue #B1BACF

Tints of Echo Blue #B1BACF

Color information

#B1BACF (or 0xB1BACF) is unknown color: approx Echo Blue. HEX triplet: B1, BA and CF. RGB value is (177,186,207). Sum of RGB (Red+Green+Blue) = 177+186+207=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #B1BACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BACF is #4E4530. Grayscale: #B9B9B9. Windows color (decimal): -5129521 or 13613745. OLE color: 13613745.

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

Color convert

RGB177186207-
CMYK0.140.1000.19
HSL222º23.81%75.29%-
HSV(B)222º14.49%81.18%-
XYZ46.9548.9766.01-
YUV185.7140.02121.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.05%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 207 (81.25% from 255) = 36.32%
R=31.05%
G=32.63%
B=36.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771862070.140.1000.1922223.8175.29
HexB1BACFEA013de184b
Octal261272317161202333630113
Binary1011000110111010110011111110101001001111011110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BACF; }

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

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

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

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

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

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

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

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