#BABDC8

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

Shades of Echo Blue #BABDC8

Tints of Echo Blue #BABDC8

Color information

#BABDC8 (or 0xBABDC8) is unknown color: approx Echo Blue. HEX triplet: BA, BD and C8. RGB value is (186,189,200). Sum of RGB (Red+Green+Blue) = 186+189+200=575 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.35% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 200 - color contains mainly: blue. Hex color #BABDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDC8 is #454237. Grayscale: #BDBDBD. Windows color (decimal): -4538936 or 13155770. OLE color: 13155770.

HSL color Cylindrical-coordinate representation of color #BABDC8: hue angle of 227.14º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BABDC8 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB186189200-
CMYK0.070.0600.22
HSL227.14º11.29%75.69%-
HSV(B)227.14º7%78.43%-
XYZ48.875161.91-
YUV189.36134.01125.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.35%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 200 (78.52% from 255) = 34.78%
R=32.35%
G=32.87%
B=34.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861892000.070.0600.22227.1411.2975.69
HexBABDC876016e3b4c
Octal2722753107602634313114
Binary1011101010111101110010001111100101101110001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDC8; }

 p { color: rgb(186,189,200); }

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

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

 a { background-color: rgb(186,189,200); }

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

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

 span { border-color: rgb(186,189,200); }

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