#BABDC9

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

Shades of Echo Blue #BABDC9

Tints of Echo Blue #BABDC9

Color information

#BABDC9 (or 0xBABDC9) is unknown color: approx Echo Blue. HEX triplet: BA, BD and C9. RGB value is (186,189,201). Sum of RGB (Red+Green+Blue) = 186+189+201=576 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.29% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 201 - color contains mainly: blue. Hex color #BABDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDC9 is #454236. Grayscale: #BDBDBD. Windows color (decimal): -4538935 or 13221306. OLE color: 13221306.

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

Color convert

RGB186189201-
CMYK0.070.0600.21
HSL228º12.2%75.88%-
HSV(B)228º7.46%78.82%-
XYZ48.9951.0562.53-
YUV189.47134.51125.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.29%
GREEN value IS 189 (74.22% from 255) = 32.81%
BLUE value IS 201 (78.91% from 255) = 34.90%
R=32.29%
G=32.81%
B=34.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861892010.070.0600.2122812.275.88
HexBABDC976015e4c4c
Octal2722753117602534414114
Binary1011101010111101110010011111100101011110010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDC9; }

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

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

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

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

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

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

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

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