#B4BBCD

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

Shades of Echo Blue #B4BBCD

Tints of Echo Blue #B4BBCD

Color information

#B4BBCD (or 0xB4BBCD) is unknown color: approx Echo Blue. HEX triplet: B4, BB and CD. RGB value is (180,187,205). Sum of RGB (Red+Green+Blue) = 180+187+205=572 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.47% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 205 - color contains mainly: blue. Hex color #B4BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBCD is #4B4432. Grayscale: #BABABA. Windows color (decimal): -4932659 or 13482932. OLE color: 13482932.

HSL color Cylindrical-coordinate representation of color #B4BBCD: hue angle of 223.2º degrees, saturation: 0.2, 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 #B4BBCD is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180187205-
CMYK0.120.0900.20
HSL223.2º20%75.49%-
HSV(B)223.2º12.2%80.39%-
XYZ47.6149.6564.83-
YUV186.96138.18123.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.47%
GREEN value IS 187 (73.44% from 255) = 32.69%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=31.47%
G=32.69%
B=35.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801872050.120.0900.20223.22075.49
HexB4BBCDC9014df144b
Octal264273315141102433724113
Binary1011010010111011110011011100100101010011011111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BBCD; }

 p { color: rgb(180,187,205); }

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

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

 a { background-color: rgb(180,187,205); }

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

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

 span { border-color: rgb(180,187,205); }

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