Html Css Color HEX #BABDC9 Echo Blue

📋 copy color: '#BABDC9'

red 186 ◦ green 189 ◦ blue 201

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

Shades of Echo Blue #BABDC9

Tints of Echo Blue #BABDC9

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.9%

R = 32.29%
G = 32.81%
B = 34.9%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

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

RGB 186 189 201 -
CMYK 0.07 0.06 0 0.21
HSL 228º 0.12% 0.76% -
HSV(B) 228º 0.07% 0.79% -
XYZ 48.99 51.05 62.53 -
YUV 189.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 186 189 201 0.07 0.06 0 0.21 228 0.12 0.76
Hex BA BD C9 7 6 0 15 E4 C 4C
Octal 272 275 311 7 6 0 25 344 14 114
Binary 10111010 10111101 11001001 111 110 0 10101 11100100 1100 1001100

Color Harmonies of #BABDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABDC9

Black with #BABDC9

Text Example


Text Example

White with #BABDC9

Text Example


Text Example

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