#BCADF1

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

Shades of Melrose #BCADF1

Tints of Melrose #BCADF1

Color information

#BCADF1 (or 0xBCADF1) is unknown color: approx Melrose. HEX triplet: BC, AD and F1. RGB value is (188,173,241). Sum of RGB (Red+Green+Blue) = 188+173+241=602 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.23% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADF1 is #43520E. Grayscale: #B8B8B8. Windows color (decimal): -4411919 or 15838652. OLE color: 15838652.

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

Color convert

RGB188173241-
CMYK0.220.2800.05
HSL253.24º70.83%81.18%-
HSV(B)253.24º28.22%94.51%-
XYZ51.5646.9389.56-
YUV185.24159.47129.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.23%
GREEN value IS 173 (67.97% from 255) = 28.74%
BLUE value IS 241 (94.53% from 255) = 40.03%
R=31.23%
G=28.74%
B=40.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881732410.220.2800.05253.2470.8381.18
HexBCADF1161C05fd4751
Octal274255361263405375107121
Binary101111001010110111110001101101110001011111110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADF1; }

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

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

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

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

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

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

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

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