#B6B8BE

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

Shades of Echo Blue #B6B8BE

Tints of Echo Blue #B6B8BE

Color information

#B6B8BE (or 0xB6B8BE) is unknown color: approx Echo Blue. HEX triplet: B6, B8 and BE. RGB value is (182,184,190). Sum of RGB (Red+Green+Blue) = 182+184+190=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 184 (72.27% from 255 or 33.09% from 556); Blue value is 190 (74.61% from 255 or 34.17% from 556); Max value from RGB is 190 - color contains mainly: blue. Hex color #B6B8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B8BE is #494741. Grayscale: #B8B8B8. Windows color (decimal): -4802370 or 12499126. OLE color: 12499126.

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

Color convert

RGB182184190-
CMYK0.040.0300.25
HSL225º5.8%72.94%-
HSV(B)225º4.21%74.51%-
XYZ45.7347.9455.56-
YUV184.09131.34126.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.73%
GREEN value IS 184 (72.27% from 255) = 33.09%
BLUE value IS 190 (74.61% from 255) = 34.17%
R=32.73%
G=33.09%
B=34.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1821841900.040.0300.252255.872.94
HexB6B8BE43019e1649
Octal266270276430313416111
Binary10110110101110001011111010011011001111000011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B8BE; }

 p { color: rgb(182,184,190); }

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

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

 a { background-color: rgb(182,184,190); }

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

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

 span { border-color: rgb(182,184,190); }

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