#BAA9F9

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

Shades of Melrose #BAA9F9

Tints of Melrose #BAA9F9

Color information

#BAA9F9 (or 0xBAA9F9) is unknown color: approx Melrose. HEX triplet: BA, A9 and F9. RGB value is (186,169,249). Sum of RGB (Red+Green+Blue) = 186+169+249=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 169 (66.41% from 255 or 27.98% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAA9F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA9F9 is #455606. Grayscale: #B6B6B6. Windows color (decimal): -4544007 or 16361914. OLE color: 16361914.

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

Color convert

RGB186169249-
CMYK0.250.3200.02
HSL252.75º86.96%81.96%-
HSV(B)252.75º32.13%97.65%-
XYZ51.5445.6595.72-
YUV183.2165.13130-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 169 (66.41% from 255) = 27.98%
BLUE value IS 249 (97.66% from 255) = 41.23%
R=30.79%
G=27.98%
B=41.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861692490.250.3200.02252.7586.9681.96
HexBAA9F9192002fd5752
Octal272251371314002375127122
Binary101110101010100111111001110011000000101111110110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA9F9; }

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

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

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

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

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

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

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

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