#BAACF9

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

Shades of Melrose #BAACF9

Tints of Melrose #BAACF9

Color information

#BAACF9 (or 0xBAACF9) is unknown color: approx Melrose. HEX triplet: BA, AC and F9. RGB value is (186,172,249). Sum of RGB (Red+Green+Blue) = 186+172+249=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAACF9 is #455306. Grayscale: #B8B8B8. Windows color (decimal): -4543239 or 16362682. OLE color: 16362682.

HSL color Cylindrical-coordinate representation of color #BAACF9: hue angle of 250.91º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAACF9 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186172249-
CMYK0.250.3100.02
HSL250.91º86.52%82.55%-
HSV(B)250.91º30.92%97.65%-
XYZ52.146.7895.91-
YUV184.96164.14128.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.64%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 249 (97.66% from 255) = 41.02%
R=30.64%
G=28.34%
B=41.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861722490.250.3100.02250.9186.5282.55
HexBAACF9191F02fb5753
Octal272254371313702373127123
Binary10111010101011001111100111001111110101111101110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACF9; }

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

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

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

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

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

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

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

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