Html Css Color HEX #B1BACA Echo Blue

📋 copy color: '#B1BACA'

red 177 ◦ green 186 ◦ blue 202

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

Shades of Echo Blue #B1BACA

Tints of Echo Blue #B1BACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.75%

R = 31.33%
G = 32.92%
B = 35.75%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B1BACA (or 0xB1BACA) is known color: Echo Blue. HEX triplet: B1, BA and CA. RGB value is (177,186,202). Sum of RGB (Red+Green+Blue) = 177+186+202=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 202 (79.30% from 255 or 35.75% from 565); Max value from RGB is 202 - color contains mainly: blue. Hex color #B1BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BACA is #4E4535. Grayscale: #B9B9B9. Windows color (decimal): -5129526 or 13286065. OLE color: 13286065.

HSL color Cylindrical-coordinate representation of color #B1BACA: hue angle of 218.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B1BACA is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 186 202 -
CMYK 0.12 0.08 0 0.21
HSL 218.4º 0.19% 0.74% -
HSV(B) 218.4º 0.12% 0.79% -
XYZ 46.35 48.73 62.84 -
YUV 185.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 177 186 202 0.12 0.08 0 0.21 218.4 0.19 0.74
Hex B1 BA CA C 8 0 15 DA 13 4A
Octal 261 272 312 14 10 0 25 332 23 112
Binary 10110001 10111010 11001010 1100 1000 0 10101 11011010 10011 1001010

Color Harmonies of #B1BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BACA

Black with #B1BACA

Text Example


Text Example

White with #B1BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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