#BAA9F5

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

Shades of Melrose #BAA9F5

Tints of Melrose #BAA9F5

Color information

#BAA9F5 (or 0xBAA9F5) is unknown color: approx Melrose. HEX triplet: BA, A9 and F5. RGB value is (186,169,245). Sum of RGB (Red+Green+Blue) = 186+169+245=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 169 (66.41% from 255 or 28.17% from 600); Blue value is 245 (96.09% from 255 or 40.83% from 600); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAA9F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA9F5 is #45560A. Grayscale: #B6B6B6. Windows color (decimal): -4544011 or 16099770. OLE color: 16099770.

HSL color Cylindrical-coordinate representation of color #BAA9F5: hue angle of 253.42º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAA9F5 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186169245-
CMYK0.240.3100.04
HSL253.42º79.17%81.18%-
HSV(B)253.42º31.02%96.08%-
XYZ50.9245.4192.47-
YUV182.75163.13130.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 169 (66.41% from 255) = 28.17%
BLUE value IS 245 (96.09% from 255) = 40.83%
R=31%
G=28.17%
B=40.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861692450.240.3100.04253.4279.1781.18
HexBAA9F5181F04fd4f51
Octal272251365303704375117121
Binary101110101010100111110101110001111101001111110110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA9F5; }

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

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

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

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

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

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

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

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