#BCB1EC

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

Shades of Melrose #BCB1EC

Tints of Melrose #BCB1EC

Color information

#BCB1EC (or 0xBCB1EC) is unknown color: approx Melrose. HEX triplet: BC, B1 and EC. RGB value is (188,177,236). Sum of RGB (Red+Green+Blue) = 188+177+236=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 177 (69.53% from 255 or 29.45% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCB1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB1EC is #434E13. Grayscale: #BABABA. Windows color (decimal): -4410900 or 15511996. OLE color: 15511996.

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

Color convert

RGB188177236-
CMYK0.200.2500.07
HSL251.19º60.82%80.98%-
HSV(B)251.19º25%92.55%-
XYZ51.648.1985.94-
YUV187.02155.64128.7-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 177 (69.53% from 255) = 29.45%
BLUE value IS 236 (92.58% from 255) = 39.27%
R=31.28%
G=29.45%
B=39.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881772360.200.2500.07251.1960.8280.98
HexBCB1EC141907fb3d51
Octal27426135424310737375121
Binary10111100101100011110110010100110010111111110111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1EC; }

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

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

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

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

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

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

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

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