#BCB0F0

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

Shades of Melrose #BCB0F0

Tints of Melrose #BCB0F0

Color information

#BCB0F0 (or 0xBCB0F0) is unknown color: approx Melrose. HEX triplet: BC, B0 and F0. RGB value is (188,176,240). Sum of RGB (Red+Green+Blue) = 188+176+240=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCB0F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCB0F0 is #434F0F. Grayscale: #BABABA. Windows color (decimal): -4411152 or 15773884. OLE color: 15773884.

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

Color convert

RGB188176240-
CMYK0.220.2700.06
HSL251.25º68.09%81.57%-
HSV(B)251.25º26.67%94.12%-
XYZ51.9948.0388.97-
YUV186.88157.98128.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 176 (69.14% from 255) = 29.14%
BLUE value IS 240 (94.14% from 255) = 39.74%
R=31.13%
G=29.14%
B=39.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1881762400.220.2700.06251.2568.0981.57
HexBCB0F0161B06fb4452
Octal274260360263306373104122
Binary101111001011000011110000101101101101101111101110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB0F0; }

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

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

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

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

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

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

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

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