#B0B3BF

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

Shades of Echo Blue #B0B3BF

Tints of Echo Blue #B0B3BF

Color information

#B0B3BF (or 0xB0B3BF) is unknown color: approx Echo Blue. HEX triplet: B0, B3 and BF. RGB value is (176,179,191). Sum of RGB (Red+Green+Blue) = 176+179+191=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 191 (75% from 255 or 34.98% from 546); Max value from RGB is 191 - color contains mainly: blue. Hex color #B0B3BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B3BF is #4F4C40. Grayscale: #B3B3B3. Windows color (decimal): -5196865 or 12563376. OLE color: 12563376.

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

Color convert

RGB176179191-
CMYK0.080.0600.25
HSL228º10.49%71.96%-
HSV(B)228º7.85%74.9%-
XYZ43.4345.2355.73-
YUV179.47134.51125.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.23%
GREEN value IS 179 (70.31% from 255) = 32.78%
BLUE value IS 191 (75% from 255) = 34.98%
R=32.23%
G=32.78%
B=34.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761791910.080.0600.2522810.4971.96
HexB0B3BF86019e4a48
Octal26026327710603134412110
Binary10110000101100111011111110001100110011110010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B3BF; }

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

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

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

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

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

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

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

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