#BCB5EE

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

Shades of Melrose #BCB5EE

Tints of Melrose #BCB5EE

Color information

#BCB5EE (or 0xBCB5EE) is unknown color: approx Melrose. HEX triplet: BC, B5 and EE. RGB value is (188,181,238). Sum of RGB (Red+Green+Blue) = 188+181+238=607 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.97% from 607); Green value is 181 (71.09% from 255 or 29.82% from 607); Blue value is 238 (93.36% from 255 or 39.21% from 607); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCB5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB5EE is #434A11. Grayscale: #BDBDBD. Windows color (decimal): -4409874 or 15644092. OLE color: 15644092.

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

Color convert

RGB188181238-
CMYK0.210.2400.07
HSL247.37º62.64%82.16%-
HSV(B)247.37º23.95%93.33%-
XYZ52.749.9187.75-
YUV189.59155.32126.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.97%
GREEN value IS 181 (71.09% from 255) = 29.82%
BLUE value IS 238 (93.36% from 255) = 39.21%
R=30.97%
G=29.82%
B=39.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881812380.210.2400.07247.3762.6482.16
HexBCB5EE151807f73f52
Octal27426535625300736777122
Binary10111100101101011110111010101110000111111101111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB5EE; }

 p { color: rgb(188,181,238); }

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

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

 a { background-color: rgb(188,181,238); }

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

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

 span { border-color: rgb(188,181,238); }

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