#B6BAC9

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

Shades of Echo Blue #B6BAC9

Tints of Echo Blue #B6BAC9

Color information

#B6BAC9 (or 0xB6BAC9) is unknown color: approx Echo Blue. HEX triplet: B6, BA and C9. RGB value is (182,186,201). Sum of RGB (Red+Green+Blue) = 182+186+201=569 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.99% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 201 - color contains mainly: blue. Hex color #B6BAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BAC9 is #494536. Grayscale: #BABABA. Windows color (decimal): -4801847 or 13220534. OLE color: 13220534.

HSL color Cylindrical-coordinate representation of color #B6BAC9: hue angle of 227.37º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B6BAC9 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB182186201-
CMYK0.090.0700.21
HSL227.37º14.96%75.1%-
HSV(B)227.37º9.45%78.82%-
XYZ47.3949.2862.27-
YUV186.51136.17124.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.99%
GREEN value IS 186 (73.05% from 255) = 32.69%
BLUE value IS 201 (78.91% from 255) = 35.33%
R=31.99%
G=32.69%
B=35.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821862010.090.0700.21227.3714.9675.1
HexB6BAC997015e3f4b
Octal26627231111702534317113
Binary10110110101110101100100110011110101011110001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BAC9; }

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

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

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

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

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

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

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

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