#BFACF1

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

Shades of Melrose #BFACF1

Tints of Melrose #BFACF1

Color information

#BFACF1 (or 0xBFACF1) is unknown color: approx Melrose. HEX triplet: BF, AC and F1. RGB value is (191,172,241). Sum of RGB (Red+Green+Blue) = 191+172+241=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFACF1 is #40530E. Grayscale: #B9B9B9. Windows color (decimal): -4215567 or 15838399. OLE color: 15838399.

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

Color convert

RGB191172241-
CMYK0.210.2900.05
HSL256.52º71.13%80.98%-
HSV(B)256.52º28.63%94.51%-
XYZ52.1246.9389.53-
YUV185.55159.29131.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.62%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 241 (94.53% from 255) = 39.90%
R=31.62%
G=28.48%
B=39.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911722410.210.2900.05256.5271.1380.98
HexBFACF1151D051014751
Octal277254361253505401107121
Binary1011111110101100111100011010111101010110000000110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFACF1; }

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

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

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

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

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

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

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

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