#BAB3E9

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

Shades of Melrose #BAB3E9

Tints of Melrose #BAB3E9

Color information

#BAB3E9 (or 0xBAB3E9) is unknown color: approx Melrose. HEX triplet: BA, B3 and E9. RGB value is (186,179,233). Sum of RGB (Red+Green+Blue) = 186+179+233=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 179 (70.31% from 255 or 29.93% from 598); Blue value is 233 (91.41% from 255 or 38.96% from 598); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAB3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BAB3E9 is #454C16. Grayscale: #BBBBBB. Windows color (decimal): -4541463 or 15315898. OLE color: 15315898.

HSL color Cylindrical-coordinate representation of color #BAB3E9: hue angle of 247.78º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAB3E9 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186179233-
CMYK0.200.2300.09
HSL247.78º55.1%80.78%-
HSV(B)247.78º23.18%91.37%-
XYZ51.0848.5683.77-
YUV187.25153.82127.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.10%
GREEN value IS 179 (70.31% from 255) = 29.93%
BLUE value IS 233 (91.41% from 255) = 38.96%
R=31.10%
G=29.93%
B=38.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861792330.200.2300.09247.7855.180.78
HexBAB3E9141709f83751
Octal272263351242701137067121
Binary101110101011001111101001101001011101001111110001101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB3E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB3E9; }

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

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

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

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

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

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

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

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