#BABCC3

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

Shades of Echo Blue #BABCC3

Tints of Echo Blue #BABCC3

Color information

#BABCC3 (or 0xBABCC3) is unknown color: approx Echo Blue. HEX triplet: BA, BC and C3. RGB value is (186,188,195). Sum of RGB (Red+Green+Blue) = 186+188+195=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 195 (76.56% from 255 or 34.27% from 569); Max value from RGB is 195 - color contains mainly: blue. Hex color #BABCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABCC3 is #45433C. Grayscale: #BCBCBC. Windows color (decimal): -4539197 or 12827834. OLE color: 12827834.

HSL color Cylindrical-coordinate representation of color #BABCC3: hue angle of 226.67º degrees, saturation: 0.07, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BABCC3 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186188195-
CMYK0.050.0400.24
HSL226.67º6.98%74.71%-
HSV(B)226.67º4.62%76.47%-
XYZ48.0850.3558.81-
YUV188.2131.84126.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.69%
GREEN value IS 188 (73.83% from 255) = 33.04%
BLUE value IS 195 (76.56% from 255) = 34.27%
R=32.69%
G=33.04%
B=34.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861881950.050.0400.24226.676.9874.71
HexBABCC354018e374b
Octal272274303540303437113
Binary101110101011110011000011101100011000111000111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABCC3; }

 p { color: rgb(186,188,195); }

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

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

 a { background-color: rgb(186,188,195); }

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

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

 span { border-color: rgb(186,188,195); }

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