Html Css Color HEX #B3BAC9 Echo Blue

📋 copy color: '#B3BAC9'

red 179 ◦ green 186 ◦ blue 201

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

Shades of Echo Blue #B3BAC9

Tints of Echo Blue #B3BAC9

RGB

 RED value IS 179 (70.31% from 255) = 31.63%

 GREEN value IS 186 (73.05% from 255) = 32.86%

 BLUE value IS 201 (78.91% from 255) = 35.51%

R = 31.63%
G = 32.86%
B = 35.51%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B3BAC9 (or 0xB3BAC9) is known color: Echo Blue. HEX triplet: B3, BA and C9. RGB value is (179,186,201). Sum of RGB (Red+Green+Blue) = 179+186+201=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 201 (78.91% from 255 or 35.51% from 566); Max value from RGB is 201 - color contains mainly: blue. Hex color #B3BAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BAC9 is #4C4536. Grayscale: #B9B9B9. Windows color (decimal): -4998455 or 13220531. OLE color: 13220531.

HSL color Cylindrical-coordinate representation of color #B3BAC9: hue angle of 220.91º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B3BAC9 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 186 201 -
CMYK 0.11 0.07 0 0.21
HSL 220.91º 0.17% 0.75% -
HSV(B) 220.91º 0.11% 0.79% -
XYZ 46.69 48.92 62.24 -
YUV 185.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 179 186 201 0.11 0.07 0 0.21 220.91 0.17 0.75
Hex B3 BA C9 B 7 0 15 DD 11 4B
Octal 263 272 311 13 7 0 25 335 21 113
Binary 10110011 10111010 11001001 1011 111 0 10101 11011101 10001 1001011

Color Harmonies of #B3BAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BAC9

Black with #B3BAC9

Text Example


Text Example

White with #B3BAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BAC9; }

 p { color: rgb(179,186,201); }

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

background-color css

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

 a { background-color: rgb(179,186,201); }

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

border-color css

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

 span { border-color: rgb(179,186,201); }

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