#B0B2C9

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

Shades of Echo Blue #B0B2C9

Tints of Echo Blue #B0B2C9

Color information

#B0B2C9 (or 0xB0B2C9) is unknown color: approx Echo Blue. HEX triplet: B0, B2 and C9. RGB value is (176,178,201). Sum of RGB (Red+Green+Blue) = 176+178+201=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 201 - color contains mainly: blue. Hex color #B0B2C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B2C9 is #4F4D36. Grayscale: #B3B3B3. Windows color (decimal): -5197111 or 13218480. OLE color: 13218480.

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

Color convert

RGB176178201-
CMYK0.120.1100.21
HSL235.2º18.8%73.92%-
HSV(B)235.2º12.44%78.82%-
XYZ44.3745.2961.66-
YUV180.02139.84125.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.71%
GREEN value IS 178 (69.92% from 255) = 32.07%
BLUE value IS 201 (78.91% from 255) = 36.22%
R=31.71%
G=32.07%
B=36.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761782010.120.1100.21235.218.873.92
HexB0B2C9CB015eb134a
Octal260262311141302535323112
Binary1011000010110010110010011100101101010111101011100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B2C9; }

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

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

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

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

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

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

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

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