#B4B9CC

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

Shades of Echo Blue #B4B9CC

Tints of Echo Blue #B4B9CC

Color information

#B4B9CC (or 0xB4B9CC) is unknown color: approx Echo Blue. HEX triplet: B4, B9 and CC. RGB value is (180,185,204). Sum of RGB (Red+Green+Blue) = 180+185+204=569 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.63% from 569); Green value is 185 (72.66% from 255 or 32.51% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #B4B9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B9CC is #4B4633. Grayscale: #B9B9B9. Windows color (decimal): -4933172 or 13416884. OLE color: 13416884.

HSL color Cylindrical-coordinate representation of color #B4B9CC: hue angle of 227.5º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B4B9CC is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB180185204-
CMYK0.120.0900.2
HSL227.5º19.05%75.29%-
HSV(B)227.5º11.76%80%-
XYZ47.0748.7664.06-
YUV185.67138.34123.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.63%
GREEN value IS 185 (72.66% from 255) = 32.51%
BLUE value IS 204 (80.08% from 255) = 35.85%
R=31.63%
G=32.51%
B=35.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1801852040.120.0900.2227.519.0575.29
HexB4B9CCC9014e4134b
Octal264271314141102434423113
Binary1011010010111001110011001100100101010011100100100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B9CC; }

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

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

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

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

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

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

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

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