#BAA4FD

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

Shades of Melrose #BAA4FD

Tints of Melrose #BAA4FD

Color information

#BAA4FD (or 0xBAA4FD) is unknown color: approx Melrose. HEX triplet: BA, A4 and FD. RGB value is (186,164,253). Sum of RGB (Red+Green+Blue) = 186+164+253=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 164 (64.45% from 255 or 27.20% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAA4FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA4FD is #455B02. Grayscale: #B4B4B4. Windows color (decimal): -4545283 or 16622778. OLE color: 16622778.

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

Color convert

RGB186164253-
CMYK0.260.3500.01
HSL254.83º95.7%81.76%-
HSV(B)254.83º35.18%99.22%-
XYZ51.2544.0898.74-
YUV180.72168.79131.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.85%
GREEN value IS 164 (64.45% from 255) = 27.20%
BLUE value IS 253 (99.22% from 255) = 41.96%
R=30.85%
G=27.20%
B=41.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861642530.260.3500.01254.8395.781.76
HexBAA4FD1A2301ff6052
Octal272244375324301377140122
Binary10111010101001001111110111010100011011111111111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA4FD; }

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

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

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

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

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

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

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

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