#B6BACE

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

Shades of Echo Blue #B6BACE

Tints of Echo Blue #B6BACE

Color information

#B6BACE (or 0xB6BACE) is unknown color: approx Echo Blue. HEX triplet: B6, BA and CE. RGB value is (182,186,206). Sum of RGB (Red+Green+Blue) = 182+186+206=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 206 - color contains mainly: blue. Hex color #B6BACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BACE is #494531. Grayscale: #BBBBBB. Windows color (decimal): -4801842 or 13548214. OLE color: 13548214.

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

Color convert

RGB182186206-
CMYK0.120.1000.19
HSL230º19.67%76.08%-
HSV(B)230º11.65%80.78%-
XYZ47.9949.5265.42-
YUV187.08138.67124.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.71%
GREEN value IS 186 (73.05% from 255) = 32.40%
BLUE value IS 206 (80.86% from 255) = 35.89%
R=31.71%
G=32.40%
B=35.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821862060.120.1000.1923019.6776.08
HexB6BACECA013e6144c
Octal266272316141202334624114
Binary1011011010111010110011101100101001001111100110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BACE; }

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

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

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

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

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

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

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

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