#B0B2CE

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

Shades of Echo Blue #B0B2CE

Tints of Echo Blue #B0B2CE

Color information

#B0B2CE (or 0xB0B2CE) is unknown color: approx Echo Blue. HEX triplet: B0, B2 and CE. RGB value is (176,178,206). Sum of RGB (Red+Green+Blue) = 176+178+206=560 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.43% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 206 - color contains mainly: blue. Hex color #B0B2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B2CE is #4F4D31. Grayscale: #B4B4B4. Windows color (decimal): -5197106 or 13546160. OLE color: 13546160.

HSL color Cylindrical-coordinate representation of color #B0B2CE: hue angle of 236º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0B2CE is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176178206-
CMYK0.150.1400.19
HSL236º23.44%74.9%-
HSV(B)236º14.56%80.78%-
XYZ44.9745.5364.81-
YUV180.59142.34124.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.43%
GREEN value IS 178 (69.92% from 255) = 31.79%
BLUE value IS 206 (80.86% from 255) = 36.79%
R=31.43%
G=31.79%
B=36.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761782060.150.1400.1923623.4474.9
HexB0B2CEFE013ec174b
Octal260262316171602335427113
Binary1011000010110010110011101111111001001111101100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B2CE; }

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

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

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

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

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

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

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

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