#BAA6F5

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

Shades of Melrose #BAA6F5

Tints of Melrose #BAA6F5

Color information

#BAA6F5 (or 0xBAA6F5) is unknown color: approx Melrose. HEX triplet: BA, A6 and F5. RGB value is (186,166,245). Sum of RGB (Red+Green+Blue) = 186+166+245=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 166 (65.23% from 255 or 27.81% from 597); Blue value is 245 (96.09% from 255 or 41.04% from 597); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAA6F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA6F5 is #45590A. Grayscale: #B4B4B4. Windows color (decimal): -4544779 or 16099002. OLE color: 16099002.

HSL color Cylindrical-coordinate representation of color #BAA6F5: hue angle of 255.19º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAA6F5 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186166245-
CMYK0.240.3200.04
HSL255.19º79.8%80.59%-
HSV(B)255.19º32.24%96.08%-
XYZ50.3744.392.28-
YUV180.99164.13131.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.16%
GREEN value IS 166 (65.23% from 255) = 27.81%
BLUE value IS 245 (96.09% from 255) = 41.04%
R=31.16%
G=27.81%
B=41.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861662450.240.3200.04255.1979.880.59
HexBAA6F5182004ff5051
Octal272246365304004377120121
Binary1011101010100110111101011100010000001001111111110100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA6F5; }

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

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

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

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

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

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

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

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