#BCB5ED

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

Shades of Melrose #BCB5ED

Tints of Melrose #BCB5ED

Color information

#BCB5ED (or 0xBCB5ED) is unknown color: approx Melrose. HEX triplet: BC, B5 and ED. RGB value is (188,181,237). Sum of RGB (Red+Green+Blue) = 188+181+237=606 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.02% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCB5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCB5ED is #434A12. Grayscale: #BDBDBD. Windows color (decimal): -4409875 or 15578556. OLE color: 15578556.

HSL color Cylindrical-coordinate representation of color #BCB5ED: hue angle of 247.5º degrees, saturation: 0.61, 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 #BCB5ED is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188181237-
CMYK0.210.2400.07
HSL247.5º60.87%81.96%-
HSV(B)247.5º23.63%92.94%-
XYZ52.5549.8586.97-
YUV189.48154.82126.95-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.02%
GREEN value IS 181 (71.09% from 255) = 29.87%
BLUE value IS 237 (92.97% from 255) = 39.11%
R=31.02%
G=29.87%
B=39.11%

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
Decimal1881812370.210.2400.07247.560.8781.96
HexBCB5ED151807f83d52
Octal27426535525300737075122
Binary10111100101101011110110110101110000111111110001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB5ED; }

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

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

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

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

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

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

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

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