#BAABF2

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

Shades of Melrose #BAABF2

Tints of Melrose #BAABF2

Color information

#BAABF2 (or 0xBAABF2) is unknown color: approx Melrose. HEX triplet: BA, AB and F2. RGB value is (186,171,242). Sum of RGB (Red+Green+Blue) = 186+171+242=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAABF2 is #45540D. Grayscale: #B7B7B7. Windows color (decimal): -4543502 or 15903674. OLE color: 15903674.

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

Color convert

RGB186171242-
CMYK0.230.2900.05
HSL252.68º73.2%80.98%-
HSV(B)252.68º29.34%94.9%-
XYZ50.8445.9890.2-
YUV183.58160.97129.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 171 (67.19% from 255) = 28.55%
BLUE value IS 242 (94.92% from 255) = 40.40%
R=31.05%
G=28.55%
B=40.40%

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
Decimal1861712420.230.2900.05252.6873.280.98
HexBAABF2171D05fd4951
Octal272253362273505375111121
Binary101110101010101111110010101111110101011111110110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABF2; }

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

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

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

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

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

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

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

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