#BAA6F7

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

Shades of Melrose #BAA6F7

Tints of Melrose #BAA6F7

Color information

#BAA6F7 (or 0xBAA6F7) is unknown color: approx Melrose. HEX triplet: BA, A6 and F7. RGB value is (186,166,247). Sum of RGB (Red+Green+Blue) = 186+166+247=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 166 (65.23% from 255 or 27.71% from 599); Blue value is 247 (96.88% from 255 or 41.24% from 599); Max value from RGB is 247 - color contains mainly: blue. Hex color #BAA6F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA6F7 is #455908. Grayscale: #B4B4B4. Windows color (decimal): -4544777 or 16230074. OLE color: 16230074.

HSL color Cylindrical-coordinate representation of color #BAA6F7: hue angle of 254.81º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAA6F7 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB186166247-
CMYK0.250.3300.03
HSL254.81º83.51%80.98%-
HSV(B)254.81º32.79%96.86%-
XYZ50.6744.4393.9-
YUV181.21165.13131.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 166 (65.23% from 255) = 27.71%
BLUE value IS 247 (96.88% from 255) = 41.24%
R=31.05%
G=27.71%
B=41.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1861662470.250.3300.03254.8183.5180.98
HexBAA6F7192103ff5451
Octal272246367314103377124121
Binary101110101010011011110111110011000010111111111110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA6F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA6F7; }

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

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

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

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

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

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

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

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