#B8BABE

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

Shades of Echo Blue #B8BABE

Tints of Echo Blue #B8BABE

Color information

#B8BABE (or 0xB8BABE) is unknown color: approx Echo Blue. HEX triplet: B8, BA and BE. RGB value is (184,186,190). Sum of RGB (Red+Green+Blue) = 184+186+190=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 190 - color contains mainly: blue. Hex color #B8BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8BABE is #474541. Grayscale: #B9B9B9. Windows color (decimal): -4670786 or 12499640. OLE color: 12499640.

HSL color Cylindrical-coordinate representation of color #B8BABE: hue angle of 220º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B8BABE is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB184186190-
CMYK0.030.0200.25
HSL220º4.41%73.33%-
HSV(B)220º3.16%74.51%-
XYZ46.6249.0355.72-
YUV185.86130.34126.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.86%
GREEN value IS 186 (73.05% from 255) = 33.21%
BLUE value IS 190 (74.61% from 255) = 33.93%
R=32.86%
G=33.21%
B=33.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1841861900.030.0200.252204.4173.33
HexB8BABE32019dc449
Octal270272276320313344111
Binary1011100010111010101111101110011001110111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BABE; }

 p { color: rgb(184,186,190); }

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

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

 a { background-color: rgb(184,186,190); }

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

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

 span { border-color: rgb(184,186,190); }

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