#BAA6FD

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

Shades of Melrose #BAA6FD

Tints of Melrose #BAA6FD

Color information

#BAA6FD (or 0xBAA6FD) is unknown color: approx Melrose. HEX triplet: BA, A6 and FD. RGB value is (186,166,253). Sum of RGB (Red+Green+Blue) = 186+166+253=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAA6FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA6FD is #455902. Grayscale: #B5B5B5. Windows color (decimal): -4544771 or 16623290. OLE color: 16623290.

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

Color convert

RGB186166253-
CMYK0.260.3400.01
HSL253.79º95.6%82.16%-
HSV(B)253.79º34.39%99.22%-
XYZ51.6244.898.86-
YUV181.9168.13130.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.74%
GREEN value IS 166 (65.23% from 255) = 27.44%
BLUE value IS 253 (99.22% from 255) = 41.82%
R=30.74%
G=27.44%
B=41.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861662530.260.3400.01253.7995.682.16
HexBAA6FD1A2201fe6052
Octal272246375324201376140122
Binary10111010101001101111110111010100010011111111011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA6FD; }

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

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

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

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

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

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

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

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