#B3B5C1

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

Shades of Echo Blue #B3B5C1

Tints of Echo Blue #B3B5C1

Color information

#B3B5C1 (or 0xB3B5C1) is unknown color: approx Echo Blue. HEX triplet: B3, B5 and C1. RGB value is (179,181,193). Sum of RGB (Red+Green+Blue) = 179+181+193=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 181 (71.09% from 255 or 32.73% 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 #B3B5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B5C1 is #4C4A3E. Grayscale: #B5B5B5. Windows color (decimal): -4999743 or 12694963. OLE color: 12694963.

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

Color convert

RGB179181193-
CMYK0.070.0600.24
HSL231.43º10.14%72.94%-
HSV(B)231.43º7.25%75.69%-
XYZ44.7446.4857.07-
YUV181.77134.34126.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.37%
GREEN value IS 181 (71.09% from 255) = 32.73%
BLUE value IS 193 (75.78% from 255) = 34.90%
R=32.37%
G=32.73%
B=34.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1791811930.070.0600.24231.4310.1472.94
HexB3B5C176018e7a49
Octal2632653017603034712111
Binary1011001110110101110000011111100110001110011110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B5C1; }

 p { color: rgb(179,181,193); }

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

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

 a { background-color: rgb(179,181,193); }

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

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

 span { border-color: rgb(179,181,193); }

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