#BAB1EC

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

Shades of Melrose #BAB1EC

Tints of Melrose #BAB1EC

Color information

#BAB1EC (or 0xBAB1EC) is unknown color: approx Melrose. HEX triplet: BA, B1 and EC. RGB value is (186,177,236). Sum of RGB (Red+Green+Blue) = 186+177+236=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 177 (69.53% from 255 or 29.55% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAB1EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB1EC is #454E13. Grayscale: #BABABA. Windows color (decimal): -4541972 or 15511994. OLE color: 15511994.

HSL color Cylindrical-coordinate representation of color #BAB1EC: hue angle of 249.15º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAB1EC is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186177236-
CMYK0.210.2500.07
HSL249.15º60.82%80.98%-
HSV(B)249.15º25%92.55%-
XYZ51.1147.9485.92-
YUV186.42155.98127.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 177 (69.53% from 255) = 29.55%
BLUE value IS 236 (92.58% from 255) = 39.40%
R=31.05%
G=29.55%
B=39.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861772360.210.2500.07249.1560.8280.98
HexBAB1EC151907f93d51
Octal27226135425310737175121
Binary10111010101100011110110010101110010111111110011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB1EC; }

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

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

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

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

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

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

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

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