#B0B2C1

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

Shades of Echo Blue #B0B2C1

Tints of Echo Blue #B0B2C1

Color information

#B0B2C1 (or 0xB0B2C1) is unknown color: approx Echo Blue. HEX triplet: B0, B2 and C1. RGB value is (176,178,193). Sum of RGB (Red+Green+Blue) = 176+178+193=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 193 - color contains mainly: blue. Hex color #B0B2C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B2C1 is #4F4D3E. Grayscale: #B3B3B3. Windows color (decimal): -5197119 or 12694192. OLE color: 12694192.

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

Color convert

RGB176178193-
CMYK0.090.0800.24
HSL232.94º12.06%72.35%-
HSV(B)232.94º8.81%75.69%-
XYZ43.4544.9256.83-
YUV179.11135.84125.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.18%
GREEN value IS 178 (69.92% from 255) = 32.54%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=32.18%
G=32.54%
B=35.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761781930.090.0800.24232.9412.0672.35
HexB0B2C198018e9c48
Octal260262301111003035114110
Binary101100001011001011000001100110000110001110100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B2C1; }

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

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

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

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

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

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

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

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