#B4BACF

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

Shades of Echo Blue #B4BACF

Tints of Echo Blue #B4BACF

Color information

#B4BACF (or 0xB4BACF) is unknown color: approx Echo Blue. HEX triplet: B4, BA and CF. RGB value is (180,186,207). Sum of RGB (Red+Green+Blue) = 180+186+207=573 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.41% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 207 - color contains mainly: blue. Hex color #B4BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BACF is #4B4530. Grayscale: #BABABA. Windows color (decimal): -4932913 or 13613748. OLE color: 13613748.

HSL color Cylindrical-coordinate representation of color #B4BACF: hue angle of 226.67º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4BACF is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180186207-
CMYK0.130.1000.19
HSL226.67º21.95%75.88%-
HSV(B)226.67º13.04%81.18%-
XYZ47.6449.3366.04-
YUV186.6139.51123.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.41%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 207 (81.25% from 255) = 36.13%
R=31.41%
G=32.46%
B=36.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801862070.130.1000.19226.6721.9575.88
HexB4BACFDA013e3164c
Octal264272317151202334326114
Binary1011010010111010110011111101101001001111100011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BACF; }

 p { color: rgb(180,186,207); }

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

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

 a { background-color: rgb(180,186,207); }

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

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

 span { border-color: rgb(180,186,207); }

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