#BAA6F0

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

Shades of Melrose #BAA6F0

Tints of Melrose #BAA6F0

Color information

#BAA6F0 (or 0xBAA6F0) is unknown color: approx Melrose. HEX triplet: BA, A6 and F0. RGB value is (186,166,240). Sum of RGB (Red+Green+Blue) = 186+166+240=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAA6F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA6F0 is #45590F. Grayscale: #B4B4B4. Windows color (decimal): -4544784 or 15771322. OLE color: 15771322.

HSL color Cylindrical-coordinate representation of color #BAA6F0: hue angle of 256.22º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAA6F0 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186166240-
CMYK0.220.3100.06
HSL256.22º71.15%79.61%-
HSV(B)256.22º30.83%94.12%-
XYZ49.614488.32-
YUV180.42161.63131.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.42%
GREEN value IS 166 (65.23% from 255) = 28.04%
BLUE value IS 240 (94.14% from 255) = 40.54%
R=31.42%
G=28.04%
B=40.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1861662400.220.3100.06256.2271.1579.61
HexBAA6F0161F061004750
Octal272246360263706400107120
Binary1011101010100110111100001011011111011010000000010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA6F0; }

 p { color: rgb(186,166,240); }

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

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

 a { background-color: rgb(186,166,240); }

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

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

 span { border-color: rgb(186,166,240); }

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