#BCB3EC

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

Shades of Melrose #BCB3EC

Tints of Melrose #BCB3EC

Color information

#BCB3EC (or 0xBCB3EC) is unknown color: approx Melrose. HEX triplet: BC, B3 and EC. RGB value is (188,179,236). Sum of RGB (Red+Green+Blue) = 188+179+236=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 179 (70.31% from 255 or 29.68% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCB3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB3EC is #434C13. Grayscale: #BBBBBB. Windows color (decimal): -4410388 or 15512508. OLE color: 15512508.

HSL color Cylindrical-coordinate representation of color #BCB3EC: hue angle of 249.47º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCB3EC is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188179236-
CMYK0.200.2400.07
HSL249.47º60%81.37%-
HSV(B)249.47º24.15%92.55%-
XYZ5248.9986.07-
YUV188.19154.98127.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.18%
GREEN value IS 179 (70.31% from 255) = 29.68%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=31.18%
G=29.68%
B=39.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881792360.200.2400.07249.476081.37
HexBCB3EC141807f93c51
Octal27426335424300737174121
Binary10111100101100111110110010100110000111111110011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB3EC; }

 p { color: rgb(188,179,236); }

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

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

 a { background-color: rgb(188,179,236); }

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

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

 span { border-color: rgb(188,179,236); }

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