#B4BBD4

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

Shades of Echo Blue #B4BBD4

Tints of Echo Blue #B4BBD4

Color information

#B4BBD4 (or 0xB4BBD4) is unknown color: approx Echo Blue. HEX triplet: B4, BB and D4. RGB value is (180,187,212). Sum of RGB (Red+Green+Blue) = 180+187+212=579 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.09% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 212 (83.20% from 255 or 36.61% from 579); Max value from RGB is 212 - color contains mainly: blue. Hex color #B4BBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BBD4 is #4B442B. Grayscale: #BBBBBB. Windows color (decimal): -4932652 or 13941684. OLE color: 13941684.

HSL color Cylindrical-coordinate representation of color #B4BBD4: hue angle of 226.88º degrees, saturation: 0.27, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4BBD4 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB180187212-
CMYK0.150.1200.17
HSL226.88º27.12%76.86%-
HSV(B)226.88º15.09%83.14%-
XYZ48.485069.38-
YUV187.76141.68122.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.09%
GREEN value IS 187 (73.44% from 255) = 32.30%
BLUE value IS 212 (83.20% from 255) = 36.61%
R=31.09%
G=32.30%
B=36.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1801872120.150.1200.17226.8827.1276.86
HexB4BBD4FC011e31b4d
Octal264273324171402134333115
Binary1011010010111011110101001111110001000111100011110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BBD4; }

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

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

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

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

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

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

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

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