#BCB3EB

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

Shades of Melrose #BCB3EB

Tints of Melrose #BCB3EB

Color information

#BCB3EB (or 0xBCB3EB) is unknown color: approx Melrose. HEX triplet: BC, B3 and EB. RGB value is (188,179,235). Sum of RGB (Red+Green+Blue) = 188+179+235=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 179 (70.31% from 255 or 29.73% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCB3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB3EB is #434C14. Grayscale: #BBBBBB. Windows color (decimal): -4410389 or 15446972. OLE color: 15446972.

HSL color Cylindrical-coordinate representation of color #BCB3EB: hue angle of 249.64º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCB3EB is Cyan = 0.2, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188179235-
CMYK0.20.2400.08
HSL249.64º58.33%81.18%-
HSV(B)249.64º23.83%92.16%-
XYZ51.8548.9385.31-
YUV188.08154.48127.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 179 (70.31% from 255) = 29.73%
BLUE value IS 235 (92.19% from 255) = 39.04%
R=31.23%
G=29.73%
B=39.04%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881792350.20.2400.08249.6458.3381.18
HexBCB3EB141808fa3a51
Octal274263353243001037272121
Binary101111001011001111101011101001100001000111110101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB3EB; }

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

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

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

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

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

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

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

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