#BCB6ED

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

Shades of Melrose #BCB6ED

Tints of Melrose #BCB6ED

Color information

#BCB6ED (or 0xBCB6ED) is unknown color: approx Melrose. HEX triplet: BC, B6 and ED. RGB value is (188,182,237). Sum of RGB (Red+Green+Blue) = 188+182+237=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCB6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB6ED is #434912. Grayscale: #BDBDBD. Windows color (decimal): -4409619 or 15578812. OLE color: 15578812.

HSL color Cylindrical-coordinate representation of color #BCB6ED: hue angle of 246.55º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCB6ED is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188182237-
CMYK0.210.2300.07
HSL246.55º60.44%82.16%-
HSV(B)246.55º23.21%92.94%-
XYZ52.7550.2687.04-
YUV190.06154.49126.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 182 (71.48% from 255) = 29.98%
BLUE value IS 237 (92.97% from 255) = 39.04%
R=30.97%
G=29.98%
B=39.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881822370.210.2300.07246.5560.4482.16
HexBCB6ED151707f73c52
Octal27426635525270736774122
Binary10111100101101101110110110101101110111111101111111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB6ED; }

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

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

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

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

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

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

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

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