#B2BAC9

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

Shades of Echo Blue #B2BAC9

Tints of Echo Blue #B2BAC9

Color information

#B2BAC9 (or 0xB2BAC9) is unknown color: approx Echo Blue. HEX triplet: B2, BA and C9. RGB value is (178,186,201). Sum of RGB (Red+Green+Blue) = 178+186+201=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 201 (78.91% from 255 or 35.58% from 565); Max value from RGB is 201 - color contains mainly: blue. Hex color #B2BAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BAC9 is #4D4536. Grayscale: #B9B9B9. Windows color (decimal): -5063991 or 13220530. OLE color: 13220530.

HSL color Cylindrical-coordinate representation of color #B2BAC9: hue angle of 219.13º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B2BAC9 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB178186201-
CMYK0.110.0700.21
HSL219.13º17.56%74.31%-
HSV(B)219.13º11.44%78.82%-
XYZ46.4648.862.23-
YUV185.32136.85122.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.50%
GREEN value IS 186 (73.05% from 255) = 32.92%
BLUE value IS 201 (78.91% from 255) = 35.58%
R=31.50%
G=32.92%
B=35.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781862010.110.0700.21219.1317.5674.31
HexB2BAC9B7015db124a
Octal26227231113702533322112
Binary101100101011101011001001101111101010111011011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BAC9; }

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

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

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

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

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

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

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

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