#B3B5BF

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

Shades of Echo Blue #B3B5BF

Tints of Echo Blue #B3B5BF

Color information

#B3B5BF (or 0xB3B5BF) is unknown color: approx Echo Blue. HEX triplet: B3, B5 and BF. RGB value is (179,181,191). Sum of RGB (Red+Green+Blue) = 179+181+191=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 191 - color contains mainly: blue. Hex color #B3B5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3B5BF is #4C4A40. Grayscale: #B5B5B5. Windows color (decimal): -4999745 or 12563891. OLE color: 12563891.

HSL color Cylindrical-coordinate representation of color #B3B5BF: hue angle of 230º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B3B5BF is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB179181191-
CMYK0.060.0500.25
HSL230º8.57%72.55%-
HSV(B)230º6.28%74.9%-
XYZ44.5246.3955.9-
YUV181.54133.34126.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.49%
GREEN value IS 181 (71.09% from 255) = 32.85%
BLUE value IS 191 (75% from 255) = 34.66%
R=32.49%
G=32.85%
B=34.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791811910.060.0500.252308.5772.55
HexB3B5BF65019e6949
Octal2632652776503134611111
Binary1011001110110101101111111101010110011110011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B5BF; }

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

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

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

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

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

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

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

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