#B7BAC9

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

Shades of Echo Blue #B7BAC9

Tints of Echo Blue #B7BAC9

Color information

#B7BAC9 (or 0xB7BAC9) is unknown color: approx Echo Blue. HEX triplet: B7, BA and C9. RGB value is (183,186,201). Sum of RGB (Red+Green+Blue) = 183+186+201=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 201 - color contains mainly: blue. Hex color #B7BAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7BAC9 is #484536. Grayscale: #BABABA. Windows color (decimal): -4736311 or 13220535. OLE color: 13220535.

HSL color Cylindrical-coordinate representation of color #B7BAC9: hue angle of 230º degrees, saturation: 0.14, 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 #B7BAC9 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB183186201-
CMYK0.090.0700.21
HSL230º14.29%75.29%-
HSV(B)230º8.96%78.82%-
XYZ47.6349.462.28-
YUV186.81136.01125.28-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.11%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 201 (78.91% from 255) = 35.26%
R=32.11%
G=32.63%
B=35.26%

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
Decimal1831862010.090.0700.2123014.2975.29
HexB7BAC997015e6e4b
Octal26727231111702534616113
Binary10110111101110101100100110011110101011110011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BAC9; }

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

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

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

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

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

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

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

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