#BAACF3

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

Shades of Melrose #BAACF3

Tints of Melrose #BAACF3

Color information

#BAACF3 (or 0xBAACF3) is unknown color: approx Melrose. HEX triplet: BA, AC and F3. RGB value is (186,172,243). Sum of RGB (Red+Green+Blue) = 186+172+243=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 243 (95.31% from 255 or 40.43% from 601); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAACF3 is #45530C. Grayscale: #B8B8B8. Windows color (decimal): -4543245 or 15969466. OLE color: 15969466.

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

Color convert

RGB186172243-
CMYK0.230.2900.05
HSL251.83º74.74%81.37%-
HSV(B)251.83º29.22%95.29%-
XYZ51.1846.4291.06-
YUV184.28161.14129.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 172 (67.58% from 255) = 28.62%
BLUE value IS 243 (95.31% from 255) = 40.43%
R=30.95%
G=28.62%
B=40.43%

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
Decimal1861722430.230.2900.05251.8374.7481.37
HexBAACF3171D05fc4b51
Octal272254363273505374113121
Binary101110101010110011110011101111110101011111110010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACF3; }

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

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

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

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

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

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

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

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