#BAA9F1

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

Shades of Melrose #BAA9F1

Tints of Melrose #BAA9F1

Color information

#BAA9F1 (or 0xBAA9F1) is unknown color: approx Melrose. HEX triplet: BA, A9 and F1. RGB value is (186,169,241). Sum of RGB (Red+Green+Blue) = 186+169+241=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 169 (66.41% from 255 or 28.36% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAA9F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA9F1 is #45560E. Grayscale: #B6B6B6. Windows color (decimal): -4544015 or 15837626. OLE color: 15837626.

HSL color Cylindrical-coordinate representation of color #BAA9F1: hue angle of 254.17º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAA9F1 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186169241-
CMYK0.230.3000.05
HSL254.17º72%80.39%-
HSV(B)254.17º29.88%94.51%-
XYZ50.3145.1789.29-
YUV182.29161.13130.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.21%
GREEN value IS 169 (66.41% from 255) = 28.36%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=31.21%
G=28.36%
B=40.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861692410.230.3000.05254.177280.39
HexBAA9F1171E05fe4850
Octal272251361273605376110120
Binary101110101010100111110001101111111001011111111010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA9F1; }

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

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

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

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

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

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

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

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