#BAA7FB

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

Shades of Melrose #BAA7FB

Tints of Melrose #BAA7FB

Color information

#BAA7FB (or 0xBAA7FB) is unknown color: approx Melrose. HEX triplet: BA, A7 and FB. RGB value is (186,167,251). Sum of RGB (Red+Green+Blue) = 186+167+251=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 167 (65.62% from 255 or 27.65% from 604); Blue value is 251 (98.44% from 255 or 41.56% from 604); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAA7FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA7FB is #455804. Grayscale: #B5B5B5. Windows color (decimal): -4544517 or 16492474. OLE color: 16492474.

HSL color Cylindrical-coordinate representation of color #BAA7FB: hue angle of 253.57º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BAA7FB is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186167251-
CMYK0.260.3300.02
HSL253.57º91.3%81.96%-
HSV(B)253.57º33.47%98.43%-
XYZ51.4845.0497.25-
YUV182.26166.79130.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 167 (65.62% from 255) = 27.65%
BLUE value IS 251 (98.44% from 255) = 41.56%
R=30.79%
G=27.65%
B=41.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861672510.260.3300.02253.5791.381.96
HexBAA7FB1A2102fe5b52
Octal272247373324102376133122
Binary101110101010011111111011110101000010101111111010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA7FB; }

 p { color: rgb(186,167,251); }

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

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

 a { background-color: rgb(186,167,251); }

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

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

 span { border-color: rgb(186,167,251); }

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