#BAB3EB

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

Shades of Melrose #BAB3EB

Tints of Melrose #BAB3EB

Color information

#BAB3EB (or 0xBAB3EB) is unknown color: approx Melrose. HEX triplet: BA, B3 and EB. RGB value is (186,179,235). Sum of RGB (Red+Green+Blue) = 186+179+235=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 179 (70.31% from 255 or 29.83% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAB3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB3EB is #454C14. Grayscale: #BBBBBB. Windows color (decimal): -4541461 or 15446970. OLE color: 15446970.

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

Color convert

RGB186179235-
CMYK0.210.2400.08
HSL247.5º58.33%81.18%-
HSV(B)247.5º23.83%92.16%-
XYZ51.3748.6885.29-
YUV187.48154.82126.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 179 (70.31% from 255) = 29.83%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=31%
G=29.83%
B=39.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861792350.210.2400.08247.558.3381.18
HexBAB3EB151808f83a51
Octal272263353253001037072121
Binary101110101011001111101011101011100001000111110001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB3EB; }

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

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

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

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

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

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

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

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