#B1BACA

Color #B1BACA Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #B1BACA

Tints of Echo Blue #B1BACA

Color information

#B1BACA (or 0xB1BACA) is unknown color: approx 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

RGB177186202-
CMYK0.120.0800.21
HSL218.4º19.08%74.31%-
HSV(B)218.4º12.38%79.22%-
XYZ46.3548.7362.84-
YUV185.13137.52122.2-

RGB Variations

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

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.30% from 255) = 35.75%
R=31.33%
G=32.92%
B=35.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771862020.120.0800.21218.419.0874.31
HexB1BACAC8015da134a
Octal261272312141002533223112
Binary1011000110111010110010101100100001010111011010100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>