#BAA9FB

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

Shades of Melrose #BAA9FB

Tints of Melrose #BAA9FB

Color information

#BAA9FB (or 0xBAA9FB) is unknown color: approx Melrose. HEX triplet: BA, A9 and FB. RGB value is (186,169,251). Sum of RGB (Red+Green+Blue) = 186+169+251=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 169 (66.41% from 255 or 27.89% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAA9FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA9FB is #455604. Grayscale: #B7B7B7. Windows color (decimal): -4544005 or 16492986. OLE color: 16492986.

HSL color Cylindrical-coordinate representation of color #BAA9FB: hue angle of 252.44º 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 #BAA9FB is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186169251-
CMYK0.260.3300.02
HSL252.44º91.11%82.35%-
HSV(B)252.44º32.67%98.43%-
XYZ51.8545.7897.37-
YUV183.43166.13129.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.69%
GREEN value IS 169 (66.41% from 255) = 27.89%
BLUE value IS 251 (98.44% from 255) = 41.42%
R=30.69%
G=27.89%
B=41.42%

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
Decimal1861692510.260.3300.02252.4491.1182.35
HexBAA9FB1A2102fc5b52
Octal272251373324102374133122
Binary101110101010100111111011110101000010101111110010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA9FB; }

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

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

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

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

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

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

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

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