#BCADEC

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

Shades of Melrose #BCADEC

Tints of Melrose #BCADEC

Color information

#BCADEC (or 0xBCADEC) is unknown color: approx Melrose. HEX triplet: BC, AD and EC. RGB value is (188,173,236). Sum of RGB (Red+Green+Blue) = 188+173+236=597 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.49% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADEC is #435213. Grayscale: #B8B8B8. Windows color (decimal): -4411924 or 15510972. OLE color: 15510972.

HSL color Cylindrical-coordinate representation of color #BCADEC: hue angle of 254.29º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCADEC is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188173236-
CMYK0.200.2700.07
HSL254.29º62.38%80.2%-
HSV(B)254.29º26.69%92.55%-
XYZ50.8246.6385.68-
YUV184.67156.97130.38-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.49%
GREEN value IS 173 (67.97% from 255) = 28.98%
BLUE value IS 236 (92.58% from 255) = 39.53%
R=31.49%
G=28.98%
B=39.53%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881732360.200.2700.07254.2962.3880.2
HexBCADEC141B07fe3e50
Octal27425535424330737676120
Binary10111100101011011110110010100110110111111111101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADEC; }

 p { color: rgb(188,173,236); }

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

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

 a { background-color: rgb(188,173,236); }

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

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

 span { border-color: rgb(188,173,236); }

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