#BAA9FA

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

Shades of Melrose #BAA9FA

Tints of Melrose #BAA9FA

Color information

#BAA9FA (or 0xBAA9FA) is unknown color: approx Melrose. HEX triplet: BA, A9 and FA. RGB value is (186,169,250). Sum of RGB (Red+Green+Blue) = 186+169+250=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 169 (66.41% from 255 or 27.93% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAA9FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA9FA is #455605. Grayscale: #B7B7B7. Windows color (decimal): -4544006 or 16427450. OLE color: 16427450.

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

Color convert

RGB186169250-
CMYK0.260.3200.02
HSL252.59º89.01%82.16%-
HSV(B)252.59º32.4%98.04%-
XYZ51.6945.7296.54-
YUV183.32165.63129.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.74%
GREEN value IS 169 (66.41% from 255) = 27.93%
BLUE value IS 250 (98.05% from 255) = 41.32%
R=30.74%
G=27.93%
B=41.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861692500.260.3200.02252.5989.0182.16
HexBAA9FA1A2002fd5952
Octal272251372324002375131122
Binary101110101010100111111010110101000000101111110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA9FA; }

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

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

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

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

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

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

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

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