#BAB1EF

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

Shades of Melrose #BAB1EF

Tints of Melrose #BAB1EF

Color information

#BAB1EF (or 0xBAB1EF) is unknown color: approx Melrose. HEX triplet: BA, B1 and EF. RGB value is (186,177,239). Sum of RGB (Red+Green+Blue) = 186+177+239=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #BAB1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB1EF is #454E10. Grayscale: #BABABA. Windows color (decimal): -4541969 or 15708602. OLE color: 15708602.

HSL color Cylindrical-coordinate representation of color #BAB1EF: hue angle of 248.71º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAB1EF is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186177239-
CMYK0.220.2600.06
HSL248.71º65.96%81.57%-
HSV(B)248.71º25.94%93.73%-
XYZ51.5548.1288.23-
YUV186.76157.48127.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.90%
GREEN value IS 177 (69.53% from 255) = 29.40%
BLUE value IS 239 (93.75% from 255) = 39.70%
R=30.90%
G=29.40%
B=39.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1861772390.220.2600.06248.7165.9681.57
HexBAB1EF161A06f94252
Octal272261357263206371102122
Binary101110101011000111101111101101101001101111100110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB1EF; }

 p { color: rgb(186,177,239); }

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

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

 a { background-color: rgb(186,177,239); }

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

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

 span { border-color: rgb(186,177,239); }

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