#B6B8C1

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

Shades of Echo Blue #B6B8C1

Tints of Echo Blue #B6B8C1

Color information

#B6B8C1 (or 0xB6B8C1) is unknown color: approx Echo Blue. HEX triplet: B6, B8 and C1. RGB value is (182,184,193). Sum of RGB (Red+Green+Blue) = 182+184+193=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 193 (75.78% from 255 or 34.53% from 559); Max value from RGB is 193 - color contains mainly: blue. Hex color #B6B8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B8C1 is #49473E. Grayscale: #B8B8B8. Windows color (decimal): -4802367 or 12695734. OLE color: 12695734.

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

Color convert

RGB182184193-
CMYK0.060.0500.24
HSL229.09º8.15%73.53%-
HSV(B)229.09º5.7%75.69%-
XYZ46.0648.0857.3-
YUV184.43132.84126.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.56%
GREEN value IS 184 (72.27% from 255) = 32.92%
BLUE value IS 193 (75.78% from 255) = 34.53%
R=32.56%
G=32.92%
B=34.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821841930.060.0500.24229.098.1573.53
HexB6B8C165018e584a
Octal2662703016503034510112
Binary1011011010111000110000011101010110001110010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B8C1; }

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

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

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

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

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

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

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

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