Html Css Color HEX #BABDC6 Echo Blue

📋 copy color: '#BABDC6'

red 186 ◦ green 189 ◦ blue 198

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

Shades of Echo Blue #BABDC6

Tints of Echo Blue #BABDC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 34.55%

R = 32.46%
G = 32.98%
B = 34.55%

CMYK

 C value IS 0.06

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BABDC6 (or 0xBABDC6) is known color: Echo Blue. HEX triplet: BA, BD and C6. RGB value is (186,189,198). Sum of RGB (Red+Green+Blue) = 186+189+198=573 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.46% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 198 - color contains mainly: blue. Hex color #BABDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BABDC6 is #454239. Grayscale: #BDBDBD. Windows color (decimal): -4538938 or 13024698. OLE color: 13024698.

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

Color convert

RGB 186 189 198 -
CMYK 0.06 0.05 0 0.22
HSL 225º 0.1% 0.75% -
HSV(B) 225º 0.06% 0.78% -
XYZ 48.64 50.91 60.69 -
YUV 189.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 186 189 198 0.06 0.05 0 0.22 225 0.1 0.75
Hex BA BD C6 6 5 0 16 E1 A 4B
Octal 272 275 306 6 5 0 26 341 12 113
Binary 10111010 10111101 11000110 110 101 0 10110 11100001 1010 1001011

Color Harmonies of #BABDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDC6

Black with #BABDC6

Text Example


Text Example

White with #BABDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABDC6; }

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

 H1.HeaderClassName
 {
   color: #BABDC6;
 }
 .AnyTagClassName
 {
   color: #BABDC6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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