#B2B8C1

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

Shades of Echo Blue #B2B8C1

Tints of Echo Blue #B2B8C1

Color information

#B2B8C1 (or 0xB2B8C1) is unknown color: approx Echo Blue. HEX triplet: B2, B8 and C1. RGB value is (178,184,193). Sum of RGB (Red+Green+Blue) = 178+184+193=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 193 (75.78% from 255 or 34.77% from 555); Max value from RGB is 193 - color contains mainly: blue. Hex color #B2B8C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B8C1 is #4D473E. Grayscale: #B7B7B7. Windows color (decimal): -5064511 or 12695730. OLE color: 12695730.

HSL color Cylindrical-coordinate representation of color #B2B8C1: hue angle of 216º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B2B8C1 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB178184193-
CMYK0.080.0500.24
HSL216º10.79%72.75%-
HSV(B)216º7.77%75.69%-
XYZ45.1347.657.26-
YUV183.23133.51124.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.07%
GREEN value IS 184 (72.27% from 255) = 33.15%
BLUE value IS 193 (75.78% from 255) = 34.77%
R=32.07%
G=33.15%
B=34.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781841930.080.0500.2421610.7972.75
HexB2B8C185018d8b49
Octal26227030110503033013111
Binary10110010101110001100000110001010110001101100010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B8C1; }

 p { color: rgb(178,184,193); }

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

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

 a { background-color: rgb(178,184,193); }

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

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

 span { border-color: rgb(178,184,193); }

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