#BAABF1

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

Shades of Melrose #BAABF1

Tints of Melrose #BAABF1

Color information

#BAABF1 (or 0xBAABF1) is unknown color: approx Melrose. HEX triplet: BA, AB and F1. RGB value is (186,171,241). Sum of RGB (Red+Green+Blue) = 186+171+241=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAABF1 is #45540E. Grayscale: #B7B7B7. Windows color (decimal): -4543503 or 15838138. OLE color: 15838138.

HSL color Cylindrical-coordinate representation of color #BAABF1: hue angle of 252.86º degrees, saturation: 0.71, 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 #BAABF1 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186171241-
CMYK0.230.2900.05
HSL252.86º71.43%80.78%-
HSV(B)252.86º29.05%94.51%-
XYZ50.6945.9289.41-
YUV183.46160.47129.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.10%
GREEN value IS 171 (67.19% from 255) = 28.60%
BLUE value IS 241 (94.53% from 255) = 40.30%
R=31.10%
G=28.60%
B=40.30%

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
Decimal1861712410.230.2900.05252.8671.4380.78
HexBAABF1171D05fd4751
Octal272253361273505375107121
Binary101110101010101111110001101111110101011111110110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABF1; }

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

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

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

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

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

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

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

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