#BCACF1

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

Shades of Melrose #BCACF1

Tints of Melrose #BCACF1

Color information

#BCACF1 (or 0xBCACF1) is unknown color: approx Melrose. HEX triplet: BC, AC and F1. RGB value is (188,172,241). Sum of RGB (Red+Green+Blue) = 188+172+241=601 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.28% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCACF1 is #43530E. Grayscale: #B8B8B8. Windows color (decimal): -4412175 or 15838396. OLE color: 15838396.

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

Color convert

RGB188172241-
CMYK0.220.2900.05
HSL253.91º71.13%80.98%-
HSV(B)253.91º28.63%94.51%-
XYZ51.3746.5589.5-
YUV184.65159.8130.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.28%
GREEN value IS 172 (67.58% from 255) = 28.62%
BLUE value IS 241 (94.53% from 255) = 40.10%
R=31.28%
G=28.62%
B=40.10%

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
Decimal1881722410.220.2900.05253.9171.1380.98
HexBCACF1161D05fe4751
Octal274254361263505376107121
Binary101111001010110011110001101101110101011111111010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACF1; }

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

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

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

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

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

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

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

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