#B2BACF

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

Shades of Echo Blue #B2BACF

Tints of Echo Blue #B2BACF

Color information

#B2BACF (or 0xB2BACF) is unknown color: approx Echo Blue. HEX triplet: B2, BA and CF. RGB value is (178,186,207). Sum of RGB (Red+Green+Blue) = 178+186+207=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #B2BACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BACF is #4D4530. Grayscale: #B9B9B9. Windows color (decimal): -5063985 or 13613746. OLE color: 13613746.

HSL color Cylindrical-coordinate representation of color #B2BACF: hue angle of 223.45º degrees, saturation: 0.23, 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 #B2BACF is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB178186207-
CMYK0.140.1000.19
HSL223.45º23.2%75.49%-
HSV(B)223.45º14.01%81.18%-
XYZ47.1849.0966.02-
YUV186139.85122.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.17%
GREEN value IS 186 (73.05% from 255) = 32.57%
BLUE value IS 207 (81.25% from 255) = 36.25%
R=31.17%
G=32.57%
B=36.25%

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
Decimal1781862070.140.1000.19223.4523.275.49
HexB2BACFEA013df174b
Octal262272317161202333727113
Binary1011001010111010110011111110101001001111011111101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BACF; }

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

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

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

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

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

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

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

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