#B0B2CD

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

Shades of Echo Blue #B0B2CD

Tints of Echo Blue #B0B2CD

Color information

#B0B2CD (or 0xB0B2CD) is unknown color: approx Echo Blue. HEX triplet: B0, B2 and CD. RGB value is (176,178,205). Sum of RGB (Red+Green+Blue) = 176+178+205=559 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.48% from 559); Green value is 178 (69.92% from 255 or 31.84% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #B0B2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B2CD is #4F4D32. Grayscale: #B4B4B4. Windows color (decimal): -5197107 or 13480624. OLE color: 13480624.

HSL color Cylindrical-coordinate representation of color #B0B2CD: hue angle of 235.86º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0B2CD is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176178205-
CMYK0.140.1300.20
HSL235.86º22.48%74.71%-
HSV(B)235.86º14.15%80.39%-
XYZ44.8445.4864.17-
YUV180.48141.84124.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.48%
GREEN value IS 178 (69.92% from 255) = 31.84%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=31.48%
G=31.84%
B=36.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761782050.140.1300.20235.8622.4874.71
HexB0B2CDED014ec164b
Octal260262315161502435426113
Binary1011000010110010110011011110110101010011101100101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B2CD; }

 p { color: rgb(176,178,205); }

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

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

 a { background-color: rgb(176,178,205); }

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

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

 span { border-color: rgb(176,178,205); }

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