#BABDC7

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

Shades of Echo Blue #BABDC7

Tints of Echo Blue #BABDC7

Color information

#BABDC7 (or 0xBABDC7) is unknown color: approx Echo Blue. HEX triplet: BA, BD and C7. RGB value is (186,189,199). Sum of RGB (Red+Green+Blue) = 186+189+199=574 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.40% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 199 - color contains mainly: blue. Hex color #BABDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDC7 is #454238. Grayscale: #BDBDBD. Windows color (decimal): -4538937 or 13090234. OLE color: 13090234.

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

Color convert

RGB186189199-
CMYK0.070.0500.22
HSL226.15º10.4%75.49%-
HSV(B)226.15º6.53%78.04%-
XYZ48.7650.9661.3-
YUV189.24133.51125.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.40%
GREEN value IS 189 (74.22% from 255) = 32.93%
BLUE value IS 199 (78.12% from 255) = 34.67%
R=32.40%
G=32.93%
B=34.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861891990.070.0500.22226.1510.475.49
HexBABDC775016e2a4b
Octal2722753077502634212113
Binary1011101010111101110001111111010101101110001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BABDC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BABDC7; }

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

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

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

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

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

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

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

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