Html Css Color HEX #B1BACE Echo Blue

📋 copy color: '#B1BACE'

red 177 ◦ green 186 ◦ blue 206

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

Shades of Echo Blue #B1BACE

Tints of Echo Blue #B1BACE

RGB

 RED value IS 177 (69.53% from 255) = 31.11%

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

 BLUE value IS 206 (80.86% from 255) = 36.2%

R = 31.11%
G = 32.69%
B = 36.2%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B1BACE (or 0xB1BACE) is known color: Echo Blue. HEX triplet: B1, BA and CE. RGB value is (177,186,206). Sum of RGB (Red+Green+Blue) = 177+186+206=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 206 - color contains mainly: blue. Hex color #B1BACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BACE is #4E4531. Grayscale: #B9B9B9. Windows color (decimal): -5129522 or 13548209. OLE color: 13548209.

HSL color Cylindrical-coordinate representation of color #B1BACE: hue angle of 221.38º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B1BACE is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 186 206 -
CMYK 0.14 0.10 0 0.19
HSL 221.38º 0.23% 0.75% -
HSV(B) 221.38º 0.14% 0.81% -
XYZ 46.83 48.92 65.37 -
YUV 185.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 177 186 206 0.14 0.10 0 0.19 221.38 0.23 0.75
Hex B1 BA CE E A 0 13 DD 17 4B
Octal 261 272 316 16 12 0 23 335 27 113
Binary 10110001 10111010 11001110 1110 1010 0 10011 11011101 10111 1001011

Color Harmonies of #B1BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BACE

Black with #B1BACE

Text Example


Text Example

White with #B1BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BACE; }

 p { color: rgb(177,186,206); }

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

background-color css

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

 a { background-color: rgb(177,186,206); }

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

border-color css

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

 span { border-color: rgb(177,186,206); }

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