#BAA9F4

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

Shades of Melrose #BAA9F4

Tints of Melrose #BAA9F4

Color information

#BAA9F4 (or 0xBAA9F4) is unknown color: approx Melrose. HEX triplet: BA, A9 and F4. RGB value is (186,169,244). Sum of RGB (Red+Green+Blue) = 186+169+244=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 169 (66.41% from 255 or 28.21% from 599); Blue value is 244 (95.70% from 255 or 40.73% from 599); Max value from RGB is 244 - color contains mainly: blue. Hex color #BAA9F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA9F4 is #45560B. Grayscale: #B6B6B6. Windows color (decimal): -4544012 or 16034234. OLE color: 16034234.

HSL color Cylindrical-coordinate representation of color #BAA9F4: hue angle of 253.6º degrees, saturation: 0.77, 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 #BAA9F4 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186169244-
CMYK0.240.3100.04
HSL253.6º77.32%80.98%-
HSV(B)253.6º30.74%95.69%-
XYZ50.7745.3591.67-
YUV182.63162.63130.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 169 (66.41% from 255) = 28.21%
BLUE value IS 244 (95.70% from 255) = 40.73%
R=31.05%
G=28.21%
B=40.73%

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
Decimal1861692440.240.3100.04253.677.3280.98
HexBAA9F4181F04fe4d51
Octal272251364303704376115121
Binary101110101010100111110100110001111101001111111010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA9F4; }

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

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

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

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

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

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

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

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