#BCB6F0

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

Shades of Melrose #BCB6F0

Tints of Melrose #BCB6F0

Color information

#BCB6F0 (or 0xBCB6F0) is unknown color: approx Melrose. HEX triplet: BC, B6 and F0. RGB value is (188,182,240). Sum of RGB (Red+Green+Blue) = 188+182+240=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 182 (71.48% from 255 or 29.84% from 610); Blue value is 240 (94.14% from 255 or 39.34% from 610); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCB6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB6F0 is #43490F. Grayscale: #BEBEBE. Windows color (decimal): -4409616 or 15775420. OLE color: 15775420.

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

Color convert

RGB188182240-
CMYK0.220.2400.06
HSL246.21º65.91%82.75%-
HSV(B)246.21º24.17%94.12%-
XYZ53.250.4489.37-
YUV190.41155.99126.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.82%
GREEN value IS 182 (71.48% from 255) = 29.84%
BLUE value IS 240 (94.14% from 255) = 39.34%
R=30.82%
G=29.84%
B=39.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1881822400.220.2400.06246.2165.9182.75
HexBCB6F0161806f64253
Octal274266360263006366102123
Binary101111001011011011110000101101100001101111011010000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6F0; }

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

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

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

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

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

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

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

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