#BAA6FB

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

Shades of Melrose #BAA6FB

Tints of Melrose #BAA6FB

Color information

#BAA6FB (or 0xBAA6FB) is unknown color: approx Melrose. HEX triplet: BA, A6 and FB. RGB value is (186,166,251). Sum of RGB (Red+Green+Blue) = 186+166+251=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 166 (65.23% from 255 or 27.53% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAA6FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA6FB is #455904. Grayscale: #B5B5B5. Windows color (decimal): -4544773 or 16492218. OLE color: 16492218.

HSL color Cylindrical-coordinate representation of color #BAA6FB: hue angle of 254.12º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAA6FB is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186166251-
CMYK0.260.3400.02
HSL254.12º91.4%81.76%-
HSV(B)254.12º33.86%98.43%-
XYZ51.344.6897.19-
YUV181.67167.13131.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.85%
GREEN value IS 166 (65.23% from 255) = 27.53%
BLUE value IS 251 (98.44% from 255) = 41.63%
R=30.85%
G=27.53%
B=41.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861662510.260.3400.02254.1291.481.76
HexBAA6FB1A2202fe5b52
Octal272246373324202376133122
Binary101110101010011011111011110101000100101111111010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA6FB; }

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

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

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

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

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

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

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

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