#BAACF1

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

Shades of Melrose #BAACF1

Tints of Melrose #BAACF1

Color information

#BAACF1 (or 0xBAACF1) is unknown color: approx Melrose. HEX triplet: BA, AC and F1. RGB value is (186,172,241). Sum of RGB (Red+Green+Blue) = 186+172+241=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAACF1 is #45530E. Grayscale: #B7B7B7. Windows color (decimal): -4543247 or 15838394. OLE color: 15838394.

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

Color convert

RGB186172241-
CMYK0.230.2900.05
HSL252.17º71.13%80.98%-
HSV(B)252.17º28.63%94.51%-
XYZ50.8846.389.47-
YUV184.05160.14129.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 172 (67.58% from 255) = 28.71%
BLUE value IS 241 (94.53% from 255) = 40.23%
R=31.05%
G=28.71%
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
Decimal1861722410.230.2900.05252.1771.1380.98
HexBAACF1171D05fc4751
Octal272254361273505374107121
Binary101110101010110011110001101111110101011111110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACF1; }

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

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

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

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

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

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

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

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