#B6B9C1

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

Shades of Echo Blue #B6B9C1

Tints of Echo Blue #B6B9C1

Color information

#B6B9C1 (or 0xB6B9C1) is unknown color: approx Echo Blue. HEX triplet: B6, B9 and C1. RGB value is (182,185,193). Sum of RGB (Red+Green+Blue) = 182+185+193=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 193 - color contains mainly: blue. Hex color #B6B9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B9C1 is #49463E. Grayscale: #B8B8B8. Windows color (decimal): -4802111 or 12695990. OLE color: 12695990.

HSL color Cylindrical-coordinate representation of color #B6B9C1: hue angle of 223.64º 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 #B6B9C1 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB182185193-
CMYK0.060.0400.24
HSL223.64º8.15%73.53%-
HSV(B)223.64º5.7%75.69%-
XYZ46.2748.4957.37-
YUV185.02132.51125.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.5%
GREEN value IS 185 (72.66% from 255) = 33.04%
BLUE value IS 193 (75.78% from 255) = 34.46%
R=32.5%
G=33.04%
B=34.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821851930.060.0400.24223.648.1573.53
HexB6B9C164018e084a
Octal2662713016403034010112
Binary1011011010111001110000011101000110001110000010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B9C1; }

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

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

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

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

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

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

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

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