#B4B9C1

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

Shades of Echo Blue #B4B9C1

Tints of Echo Blue #B4B9C1

Color information

#B4B9C1 (or 0xB4B9C1) is unknown color: approx Echo Blue. HEX triplet: B4, B9 and C1. RGB value is (180,185,193). Sum of RGB (Red+Green+Blue) = 180+185+193=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 193 - color contains mainly: blue. Hex color #B4B9C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B9C1 is #4B463E. Grayscale: #B8B8B8. Windows color (decimal): -4933183 or 12695988. OLE color: 12695988.

HSL color Cylindrical-coordinate representation of color #B4B9C1: hue angle of 216.92º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B4B9C1 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB180185193-
CMYK0.070.0400.24
HSL216.92º9.49%73.14%-
HSV(B)216.92º6.74%75.69%-
XYZ45.848.2557.35-
YUV184.42132.84124.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.26%
GREEN value IS 185 (72.66% from 255) = 33.15%
BLUE value IS 193 (75.78% from 255) = 34.59%
R=32.26%
G=33.15%
B=34.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801851930.070.0400.24216.929.4973.14
HexB4B9C174018d9949
Octal2642713017403033111111
Binary1011010010111001110000011111000110001101100110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B9C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B9C1; }

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

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

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

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

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

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

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

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