#BCADF3

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

Shades of Melrose #BCADF3

Tints of Melrose #BCADF3

Color information

#BCADF3 (or 0xBCADF3) is unknown color: approx Melrose. HEX triplet: BC, AD and F3. RGB value is (188,173,243). Sum of RGB (Red+Green+Blue) = 188+173+243=604 (80% of max value = 765). Red value is 188 (73.83% from 255 or 31.13% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 243 (95.31% from 255 or 40.23% from 604); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCADF3 is #43520C. Grayscale: #B9B9B9. Windows color (decimal): -4411917 or 15969724. OLE color: 15969724.

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

Color convert

RGB188173243-
CMYK0.230.2900.05
HSL252.86º74.47%81.57%-
HSV(B)252.86º28.81%95.29%-
XYZ51.8647.0591.14-
YUV185.46160.47129.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.13%
GREEN value IS 173 (67.97% from 255) = 28.64%
BLUE value IS 243 (95.31% from 255) = 40.23%
R=31.13%
G=28.64%
B=40.23%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1881732430.230.2900.05252.8674.4781.57
HexBCADF3171D05fd4a52
Octal274255363273505375112122
Binary101111001010110111110011101111110101011111110110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADF3; }

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

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

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

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

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

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

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

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