#BAA6F9

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

Shades of Melrose #BAA6F9

Tints of Melrose #BAA6F9

Color information

#BAA6F9 (or 0xBAA6F9) is unknown color: approx Melrose. HEX triplet: BA, A6 and F9. RGB value is (186,166,249). Sum of RGB (Red+Green+Blue) = 186+166+249=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 166 (65.23% from 255 or 27.62% from 601); Blue value is 249 (97.66% from 255 or 41.43% from 601); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAA6F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA6F9 is #455906. Grayscale: #B5B5B5. Windows color (decimal): -4544775 or 16361146. OLE color: 16361146.

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

Color convert

RGB186166249-
CMYK0.250.3300.02
HSL254.46º87.37%81.37%-
HSV(B)254.46º33.33%97.65%-
XYZ50.9844.5595.53-
YUV181.44166.13131.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 166 (65.23% from 255) = 27.62%
BLUE value IS 249 (97.66% from 255) = 41.43%
R=30.95%
G=27.62%
B=41.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861662490.250.3300.02254.4687.3781.37
HexBAA6F9192102fe5751
Octal272246371314102376127121
Binary101110101010011011111001110011000010101111111010101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA6F9; }

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

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

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

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

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

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

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

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