#B1B4CE

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

Shades of Echo Blue #B1B4CE

Tints of Echo Blue #B1B4CE

Color information

#B1B4CE (or 0xB1B4CE) is unknown color: approx Echo Blue. HEX triplet: B1, B4 and CE. RGB value is (177,180,206). Sum of RGB (Red+Green+Blue) = 177+180+206=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 180 (70.70% from 255 or 31.97% from 563); Blue value is 206 (80.86% from 255 or 36.59% from 563); Max value from RGB is 206 - color contains mainly: blue. Hex color #B1B4CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B4CE is #4E4B31. Grayscale: #B5B5B5. Windows color (decimal): -5131058 or 13546673. OLE color: 13546673.

HSL color Cylindrical-coordinate representation of color #B1B4CE: hue angle of 233.79º 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 #B1B4CE is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB177180206-
CMYK0.140.1300.19
HSL233.79º22.83%75.1%-
HSV(B)233.79º14.08%80.78%-
XYZ45.5946.4564.95-
YUV182.07141.51124.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.44%
GREEN value IS 180 (70.70% from 255) = 31.97%
BLUE value IS 206 (80.86% from 255) = 36.59%
R=31.44%
G=31.97%
B=36.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771802060.140.1300.19233.7922.8375.1
HexB1B4CEED013ea174b
Octal261264316161502335227113
Binary1011000110110100110011101110110101001111101010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B4CE; }

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

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

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

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

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

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

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

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