#BAA1FF

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

Shades of Melrose #BAA1FF

Tints of Melrose #BAA1FF

Color information

#BAA1FF (or 0xBAA1FF) is unknown color: approx Melrose. HEX triplet: BA, A1 and FF. RGB value is (186,161,255). Sum of RGB (Red+Green+Blue) = 186+161+255=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAA1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA1FF is #455E00. Grayscale: #B2B2B2. Windows color (decimal): -4546049 or 16753082. OLE color: 16753082.

HSL color Cylindrical-coordinate representation of color #BAA1FF: hue angle of 255.96º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAA1FF is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB186161255-
CMYK0.270.3700
HSL255.96º100%81.57%-
HSV(B)255.96º36.86%100%-
XYZ51.0443.15100.25-
YUV179.19170.78132.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.90%
GREEN value IS 161 (63.28% from 255) = 26.74%
BLUE value IS 255 (100% from 255) = 42.36%
R=30.90%
G=26.74%
B=42.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861612550.270.3700255.9610081.57
HexBAA1FF1B25001006452
Octal272241377334500400144122
Binary101110101010000111111111110111001010010000000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA1FF; }

 p { color: rgb(186,161,255); }

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

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

 a { background-color: rgb(186,161,255); }

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

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

 span { border-color: rgb(186,161,255); }

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