#BAB1EB

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

Shades of Melrose #BAB1EB

Tints of Melrose #BAB1EB

Color information

#BAB1EB (or 0xBAB1EB) is unknown color: approx Melrose. HEX triplet: BA, B1 and EB. RGB value is (186,177,235). Sum of RGB (Red+Green+Blue) = 186+177+235=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 177 (69.53% from 255 or 29.60% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAB1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAB1EB is #454E14. Grayscale: #BABABA. Windows color (decimal): -4541973 or 15446458. OLE color: 15446458.

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

Color convert

RGB186177235-
CMYK0.210.2500.08
HSL249.31º59.18%80.78%-
HSV(B)249.31º24.68%92.16%-
XYZ50.9747.8885.15-
YUV186.3155.48127.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.10%
GREEN value IS 177 (69.53% from 255) = 29.60%
BLUE value IS 235 (92.19% from 255) = 39.30%
R=31.10%
G=29.60%
B=39.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861772350.210.2500.08249.3159.1880.78
HexBAB1EB151908f93b51
Octal272261353253101037173121
Binary101110101011000111101011101011100101000111110011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB1EB; }

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

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

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

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

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

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

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

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