#BAA4FE

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

Shades of Melrose #BAA4FE

Tints of Melrose #BAA4FE

Color information

#BAA4FE (or 0xBAA4FE) is unknown color: approx Melrose. HEX triplet: BA, A4 and FE. RGB value is (186,164,254). Sum of RGB (Red+Green+Blue) = 186+164+254=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAA4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA4FE is #455B01. Grayscale: #B4B4B4. Windows color (decimal): -4545282 or 16688314. OLE color: 16688314.

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

Color convert

RGB186164254-
CMYK0.270.3500.00
HSL254.67º97.83%81.96%-
HSV(B)254.67º35.43%99.61%-
XYZ51.4144.1599.58-
YUV180.84169.29131.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 164 (64.45% from 255) = 27.15%
BLUE value IS 254 (99.61% from 255) = 42.05%
R=30.79%
G=27.15%
B=42.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1861642540.270.3500.00254.6797.8381.96
HexBAA4FE1B2300ff6252
Octal272244376334300377142122
Binary10111010101001001111111011011100011001111111111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA4FE; }

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

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

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

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

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

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

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

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