#B1B7C8

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

Shades of Echo Blue #B1B7C8

Tints of Echo Blue #B1B7C8

Color information

#B1B7C8 (or 0xB1B7C8) is unknown color: approx Echo Blue. HEX triplet: B1, B7 and C8. RGB value is (177,183,200). Sum of RGB (Red+Green+Blue) = 177+183+200=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 200 - color contains mainly: blue. Hex color #B1B7C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B7C8 is #4E4837. Grayscale: #B7B7B7. Windows color (decimal): -5130296 or 13154225. OLE color: 13154225.

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

Color convert

RGB177183200-
CMYK0.120.0800.22
HSL224.35º17.29%73.92%-
HSV(B)224.35º11.5%78.43%-
XYZ45.4947.3861.39-
YUV183.14137.51123.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.61%
GREEN value IS 183 (71.88% from 255) = 32.68%
BLUE value IS 200 (78.52% from 255) = 35.71%
R=31.61%
G=32.68%
B=35.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1771832000.120.0800.22224.3517.2973.92
HexB1B7C8C8016e0114a
Octal261267310141002634021112
Binary1011000110110111110010001100100001011011100000100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B7C8; }

 p { color: rgb(177,183,200); }

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

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

 a { background-color: rgb(177,183,200); }

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

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

 span { border-color: rgb(177,183,200); }

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