Html Css Color HEX #BABDC7 Echo Blue

📋 copy color: '#BABDC7'

red 186 ◦ green 189 ◦ blue 199

#BABDC7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #BABDC7

Tints of Echo Blue #BABDC7

RGB

 RED value IS 186 (73.05% from 255) = 32.4%

 GREEN value IS 189 (74.22% from 255) = 32.93%

 BLUE value IS 199 (78.13% from 255) = 34.67%

R = 32.4%
G = 32.93%
B = 34.67%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BABDC7 (or 0xBABDC7) is known color: 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

RGB 186 189 199 -
CMYK 0.07 0.05 0 0.22
HSL 226.15º 0.1% 0.75% -
HSV(B) 226.15º 0.07% 0.78% -
XYZ 48.76 50.96 61.3 -
YUV 189.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 186 189 199 0.07 0.05 0 0.22 226.15 0.1 0.75
Hex BA BD C7 7 5 0 16 E2 A 4B
Octal 272 275 307 7 5 0 26 342 12 113
Binary 10111010 10111101 11000111 111 101 0 10110 11100010 1010 1001011

Color Harmonies of #BABDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDC7

Black with #BABDC7

Text Example


Text Example

White with #BABDC7

Text Example


Text Example

HTML Codes & Css Web 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>