#BAB3EC

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

Shades of Melrose #BAB3EC

Tints of Melrose #BAB3EC

Color information

#BAB3EC (or 0xBAB3EC) is unknown color: approx Melrose. HEX triplet: BA, B3 and EC. RGB value is (186,179,236). Sum of RGB (Red+Green+Blue) = 186+179+236=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 179 (70.31% from 255 or 29.78% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #BAB3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB3EC is #454C13. Grayscale: #BBBBBB. Windows color (decimal): -4541460 or 15512506. OLE color: 15512506.

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

Color convert

RGB186179236-
CMYK0.210.2400.07
HSL247.37º60%81.37%-
HSV(B)247.37º24.15%92.55%-
XYZ51.5148.7486.05-
YUV187.59155.32126.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 179 (70.31% from 255) = 29.78%
BLUE value IS 236 (92.58% from 255) = 39.27%
R=30.95%
G=29.78%
B=39.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861792360.210.2400.07247.376081.37
HexBAB3EC151807f73c51
Octal27226335425300736774121
Binary10111010101100111110110010101110000111111101111111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB3EC; }

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

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

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

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

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

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

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

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