#B1B8CA

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

Shades of Echo Blue #B1B8CA

Tints of Echo Blue #B1B8CA

Color information

#B1B8CA (or 0xB1B8CA) is unknown color: approx Echo Blue. HEX triplet: B1, B8 and CA. RGB value is (177,184,202). Sum of RGB (Red+Green+Blue) = 177+184+202=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 202 - color contains mainly: blue. Hex color #B1B8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B8CA is #4E4735. Grayscale: #B7B7B7. Windows color (decimal): -5130038 or 13285553. OLE color: 13285553.

HSL color Cylindrical-coordinate representation of color #B1B8CA: hue angle of 223.2º 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 #B1B8CA is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177184202-
CMYK0.120.0900.21
HSL223.2º19.08%74.31%-
HSV(B)223.2º12.38%79.22%-
XYZ45.9347.8962.7-
YUV183.96138.18123.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.44%
GREEN value IS 184 (72.27% from 255) = 32.68%
BLUE value IS 202 (79.30% from 255) = 35.88%
R=31.44%
G=32.68%
B=35.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771842020.120.0900.21223.219.0874.31
HexB1B8CAC9015df134a
Octal261270312141102533723112
Binary1011000110111000110010101100100101010111011111100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B8CA; }

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

 H1.HeaderClassName
 {
   color: #B1B8CA;
 }
 .AnyTagClassName
 {
   color: #B1B8CA;
 }
</style>
background-color css

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

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

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

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

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

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