Html Css Color HEX #BABDC8 Echo Blue

📋 copy color: '#BABDC8'

red 186 ◦ green 189 ◦ blue 200

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

Shades of Echo Blue #BABDC8

Tints of Echo Blue #BABDC8

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 value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

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

RGB 186 189 200 -
CMYK 0.07 0.06 0 0.22
HSL 227.14º 0.11% 0.76% -
HSV(B) 227.14º 0.07% 0.78% -
XYZ 48.87 51 61.91 -
YUV 189.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 186 189 200 0.07 0.06 0 0.22 227.14 0.11 0.76
Hex BA BD C8 7 6 0 16 E3 B 4C
Octal 272 275 310 7 6 0 26 343 13 114
Binary 10111010 10111101 11001000 111 110 0 10110 11100011 1011 1001100

Color Harmonies of #BABDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDC8

Black with #BABDC8

Text Example


Text Example

White with #BABDC8

Text Example


Text Example

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