#BCB1F0

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

Shades of Melrose #BCB1F0

Tints of Melrose #BCB1F0

Color information

#BCB1F0 (or 0xBCB1F0) is unknown color: approx Melrose. HEX triplet: BC, B1 and F0. RGB value is (188,177,240). Sum of RGB (Red+Green+Blue) = 188+177+240=605 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.07% from 605); Green value is 177 (69.53% from 255 or 29.26% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCB1F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB1F0 is #434E0F. Grayscale: #BBBBBB. Windows color (decimal): -4410896 or 15774140. OLE color: 15774140.

HSL color Cylindrical-coordinate representation of color #BCB1F0: hue angle of 250.48º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCB1F0 is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB188177240-
CMYK0.220.2600.06
HSL250.48º67.74%81.76%-
HSV(B)250.48º26.25%94.12%-
XYZ52.1948.4389.03-
YUV187.47157.64128.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.07%
GREEN value IS 177 (69.53% from 255) = 29.26%
BLUE value IS 240 (94.14% from 255) = 39.67%
R=31.07%
G=29.26%
B=39.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1881772400.220.2600.06250.4867.7481.76
HexBCB1F0161A06fa4452
Octal274261360263206372104122
Binary101111001011000111110000101101101001101111101010001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB1F0; }

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

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

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

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

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

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

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

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