#B5BACF

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

Shades of Echo Blue #B5BACF

Tints of Echo Blue #B5BACF

Color information

#B5BACF (or 0xB5BACF) is unknown color: approx Echo Blue. HEX triplet: B5, BA and CF. RGB value is (181,186,207). Sum of RGB (Red+Green+Blue) = 181+186+207=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5BACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BACF is #4A4530. Grayscale: #BABABA. Windows color (decimal): -4867377 or 13613749. OLE color: 13613749.

HSL color Cylindrical-coordinate representation of color #B5BACF: hue angle of 228.46º degrees, saturation: 0.21, 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 #B5BACF is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181186207-
CMYK0.130.1000.19
HSL228.46º21.31%76.08%-
HSV(B)228.46º12.56%81.18%-
XYZ47.8849.4566.05-
YUV186.9139.34123.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.53%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 207 (81.25% from 255) = 36.06%
R=31.53%
G=32.40%
B=36.06%

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
Decimal1811862070.130.1000.19228.4621.3176.08
HexB5BACFDA013e4154c
Octal265272317151202334425114
Binary1011010110111010110011111101101001001111100100101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BACF; }

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

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

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

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

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

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

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

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