#B6BACD

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

Shades of Echo Blue #B6BACD

Tints of Echo Blue #B6BACD

Color information

#B6BACD (or 0xB6BACD) is unknown color: approx Echo Blue. HEX triplet: B6, BA and CD. RGB value is (182,186,205). Sum of RGB (Red+Green+Blue) = 182+186+205=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #B6BACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BACD is #494532. Grayscale: #BABABA. Windows color (decimal): -4801843 or 13482678. OLE color: 13482678.

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

Color convert

RGB182186205-
CMYK0.110.0900.20
HSL229.57º18.7%75.88%-
HSV(B)229.57º11.22%80.39%-
XYZ47.8749.4764.78-
YUV186.97138.17124.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.76%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 205 (80.47% from 255) = 35.78%
R=31.76%
G=32.46%
B=35.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821862050.110.0900.20229.5718.775.88
HexB6BACDB9014e6134c
Octal266272315131102434623114
Binary1011011010111010110011011011100101010011100110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BACD; }

 p { color: rgb(182,186,205); }

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

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

 a { background-color: rgb(182,186,205); }

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

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

 span { border-color: rgb(182,186,205); }

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