#BABBBF

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

Shades of Echo Blue #BABBBF

Tints of Echo Blue #BABBBF

Color information

#BABBBF (or 0xBABBBF) is unknown color: approx Echo Blue. HEX triplet: BA, BB and BF. RGB value is (186,187,191). Sum of RGB (Red+Green+Blue) = 186+187+191=564 (74% of max value = 765). Red value is 186 (73.05% from 255 or 32.98% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 191 - color contains mainly: blue. Hex color #BABBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBBF is #454440. Grayscale: #BBBBBB. Windows color (decimal): -4539457 or 12565434. OLE color: 12565434.

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

Color convert

RGB186187191-
CMYK0.030.0200.25
HSL228º3.76%73.92%-
HSV(B)228º2.62%74.9%-
XYZ47.4249.7456.39-
YUV187.16130.17127.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.98%
GREEN value IS 187 (73.44% from 255) = 33.16%
BLUE value IS 191 (75% from 255) = 33.87%
R=32.98%
G=33.16%
B=33.87%

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
Decimal1861871910.030.0200.252283.7673.92
HexBABBBF32019e444a
Octal272273277320313444112
Binary1011101010111011101111111110011001111001001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBBF; }

 p { color: rgb(186,187,191); }

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

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

 a { background-color: rgb(186,187,191); }

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

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

 span { border-color: rgb(186,187,191); }

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