#BABBBE

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

Shades of Echo Blue #BABBBE

Tints of Echo Blue #BABBBE

Color information

#BABBBE (or 0xBABBBE) is unknown color: approx Echo Blue. HEX triplet: BA, BB and BE. RGB value is (186,187,190). Sum of RGB (Red+Green+Blue) = 186+187+190=563 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.04% from 563); Green value is 187 (73.44% from 255 or 33.21% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 190 - color contains mainly: blue. Hex color #BABBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABBBE is #454441. Grayscale: #BBBBBB. Windows color (decimal): -4539458 or 12499898. OLE color: 12499898.

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

Color convert

RGB186187190-
CMYK0.020.0200.25
HSL225º2.99%73.73%-
HSV(B)225º2.11%74.51%-
XYZ47.3149.755.81-
YUV187.04129.67127.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.04%
GREEN value IS 187 (73.44% from 255) = 33.21%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=33.04%
G=33.21%
B=33.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861871900.020.0200.252252.9973.73
HexBABBBE22019e134a
Octal272273276220313413112
Binary101110101011101110111110101001100111100001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABBBE; }

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

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

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

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

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

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

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

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