#BCADF0

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

Shades of Melrose #BCADF0

Tints of Melrose #BCADF0

Color information

#BCADF0 (or 0xBCADF0) is unknown color: approx Melrose. HEX triplet: BC, AD and F0. RGB value is (188,173,240). Sum of RGB (Red+Green+Blue) = 188+173+240=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADF0 is #43520F. Grayscale: #B8B8B8. Windows color (decimal): -4411920 or 15773116. OLE color: 15773116.

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

Color convert

RGB188173240-
CMYK0.220.2800.06
HSL253.43º69.07%80.98%-
HSV(B)253.43º27.92%94.12%-
XYZ51.4146.8788.78-
YUV185.12158.97130.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 173 (67.97% from 255) = 28.79%
BLUE value IS 240 (94.14% from 255) = 39.93%
R=31.28%
G=28.79%
B=39.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1881732400.220.2800.06253.4369.0780.98
HexBCADF0161C06fd4551
Octal274255360263406375105121
Binary101111001010110111110000101101110001101111110110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADF0; }

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

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

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

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

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

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

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

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