#BCADF2

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

Shades of Melrose #BCADF2

Tints of Melrose #BCADF2

Color information

#BCADF2 (or 0xBCADF2) is unknown color: approx Melrose. HEX triplet: BC, AD and F2. RGB value is (188,173,242). Sum of RGB (Red+Green+Blue) = 188+173+242=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADF2 is #43520D. Grayscale: #B9B9B9. Windows color (decimal): -4411918 or 15904188. OLE color: 15904188.

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

Color convert

RGB188173242-
CMYK0.220.2900.05
HSL253.04º72.63%81.37%-
HSV(B)253.04º28.51%94.9%-
XYZ51.7146.9990.35-
YUV185.35159.97129.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.18%
GREEN value IS 173 (67.97% from 255) = 28.69%
BLUE value IS 242 (94.92% from 255) = 40.13%
R=31.18%
G=28.69%
B=40.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881732420.220.2900.05253.0472.6381.37
HexBCADF2161D05fd4951
Octal274255362263505375111121
Binary101111001010110111110010101101110101011111110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADF2; }

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

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

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

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

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

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

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

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