#B6BACB

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

Shades of Echo Blue #B6BACB

Tints of Echo Blue #B6BACB

Color information

#B6BACB (or 0xB6BACB) is unknown color: approx Echo Blue. HEX triplet: B6, BA and CB. RGB value is (182,186,203). Sum of RGB (Red+Green+Blue) = 182+186+203=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #B6BACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BACB is #494534. Grayscale: #BABABA. Windows color (decimal): -4801845 or 13351606. OLE color: 13351606.

HSL color Cylindrical-coordinate representation of color #B6BACB: hue angle of 228.57º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6BACB is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182186203-
CMYK0.100.0800.20
HSL228.57º16.8%75.49%-
HSV(B)228.57º10.34%79.61%-
XYZ47.6349.3763.52-
YUV186.74137.17124.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.87%
GREEN value IS 186 (73.05% from 255) = 32.57%
BLUE value IS 203 (79.69% from 255) = 35.55%
R=31.87%
G=32.57%
B=35.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821862030.100.0800.20228.5716.875.49
HexB6BACBA8014e5114b
Octal266272313121002434521113
Binary1011011010111010110010111010100001010011100101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BACB; }

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

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

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

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

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

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

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

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