#BAAAF1

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

Shades of Melrose #BAAAF1

Tints of Melrose #BAAAF1

Color information

#BAAAF1 (or 0xBAAAF1) is unknown color: approx Melrose. HEX triplet: BA, AA and F1. RGB value is (186,170,241). Sum of RGB (Red+Green+Blue) = 186+170+241=597 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.16% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAAAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAF1 is #45550E. Grayscale: #B6B6B6. Windows color (decimal): -4543759 or 15837882. OLE color: 15837882.

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

Color convert

RGB186170241-
CMYK0.230.2900.05
HSL253.52º71.72%80.59%-
HSV(B)253.52º29.46%94.51%-
XYZ50.545.5489.35-
YUV182.88160.8130.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.16%
GREEN value IS 170 (66.80% from 255) = 28.48%
BLUE value IS 241 (94.53% from 255) = 40.37%
R=31.16%
G=28.48%
B=40.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861702410.230.2900.05253.5271.7280.59
HexBAAAF1171D05fe4851
Octal272252361273505376110121
Binary101110101010101011110001101111110101011111111010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAF1; }

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

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

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

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

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

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

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

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