#BCBDC0

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

Shades of Echo Blue #BCBDC0

Tints of Echo Blue #BCBDC0

Color information

#BCBDC0 (or 0xBCBDC0) is unknown color: approx Echo Blue. HEX triplet: BC, BD and C0. RGB value is (188,189,192). Sum of RGB (Red+Green+Blue) = 188+189+192=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 189 (74.22% from 255 or 33.22% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 192 - color contains mainly: blue. Hex color #BCBDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBDC0 is #43423F. Grayscale: #BDBDBD. Windows color (decimal): -4407872 or 12631484. OLE color: 12631484.

HSL color Cylindrical-coordinate representation of color #BCBDC0: hue angle of 225º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BCBDC0 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB188189192-
CMYK0.020.0200.25
HSL225º3.08%74.51%-
HSV(B)225º2.08%75.29%-
XYZ48.4550.8957.14-
YUV189.04129.67127.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.04%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 192 (75.39% from 255) = 33.74%
R=33.04%
G=33.22%
B=33.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881891920.020.0200.252253.0874.51
HexBCBDC022019e134b
Octal274275300220313413113
Binary101111001011110111000000101001100111100001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBDC0; }

 p { color: rgb(188,189,192); }

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

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

 a { background-color: rgb(188,189,192); }

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

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

 span { border-color: rgb(188,189,192); }

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