#BCACF3

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

Shades of Melrose #BCACF3

Tints of Melrose #BCACF3

Color information

#BCACF3 (or 0xBCACF3) is unknown color: approx Melrose. HEX triplet: BC, AC and F3. RGB value is (188,172,243). Sum of RGB (Red+Green+Blue) = 188+172+243=603 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.18% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 243 (95.31% from 255 or 40.30% from 603); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCACF3 is #43530C. Grayscale: #B8B8B8. Windows color (decimal): -4412173 or 15969468. OLE color: 15969468.

HSL color Cylindrical-coordinate representation of color #BCACF3: hue angle of 253.52º degrees, saturation: 0.75, 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 #BCACF3 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188172243-
CMYK0.230.2900.05
HSL253.52º74.74%81.37%-
HSV(B)253.52º29.22%95.29%-
XYZ51.6746.6791.08-
YUV184.88160.8130.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.18%
GREEN value IS 172 (67.58% from 255) = 28.52%
BLUE value IS 243 (95.31% from 255) = 40.30%
R=31.18%
G=28.52%
B=40.30%

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
Decimal1881722430.230.2900.05253.5274.7481.37
HexBCACF3171D05fe4b51
Octal274254363273505376113121
Binary101111001010110011110011101111110101011111111010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACF3; }

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

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

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

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

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

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

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

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