#B2B6C1

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

Shades of Echo Blue #B2B6C1

Tints of Echo Blue #B2B6C1

Color information

#B2B6C1 (or 0xB2B6C1) is unknown color: approx Echo Blue. HEX triplet: B2, B6 and C1. RGB value is (178,182,193). Sum of RGB (Red+Green+Blue) = 178+182+193=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 193 - color contains mainly: blue. Hex color #B2B6C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B6C1 is #4D493E. Grayscale: #B6B6B6. Windows color (decimal): -5065023 or 12695218. OLE color: 12695218.

HSL color Cylindrical-coordinate representation of color #B2B6C1: hue angle of 224º 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 #B2B6C1 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB178182193-
CMYK0.080.0600.24
HSL224º10.79%72.75%-
HSV(B)224º7.77%75.69%-
XYZ44.7146.7757.12-
YUV182.06134.17125.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.19%
GREEN value IS 182 (71.48% from 255) = 32.91%
BLUE value IS 193 (75.78% from 255) = 34.90%
R=32.19%
G=32.91%
B=34.90%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781821930.080.0600.2422410.7972.75
HexB2B6C186018e0b49
Octal26226630110603034013111
Binary10110010101101101100000110001100110001110000010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B6C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B6C1; }

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

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

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

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

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

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

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

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