#BAB1DA

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

Shades of Melrose #BAB1DA

Tints of Melrose #BAB1DA

Color information

#BAB1DA (or 0xBAB1DA) is unknown color: approx Melrose. HEX triplet: BA, B1 and DA. RGB value is (186,177,218). Sum of RGB (Red+Green+Blue) = 186+177+218=581 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.01% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAB1DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1DA is #454E25. Grayscale: #B8B8B8. Windows color (decimal): -4541990 or 14332346. OLE color: 14332346.

HSL color Cylindrical-coordinate representation of color #BAB1DA: hue angle of 253.17º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAB1DA is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186177218-
CMYK0.150.1900.15
HSL253.17º35.65%77.45%-
HSV(B)253.17º18.81%85.49%-
XYZ48.6346.9572.83-
YUV184.36146.98129.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.01%
GREEN value IS 177 (69.53% from 255) = 30.46%
BLUE value IS 218 (85.55% from 255) = 37.52%
R=32.01%
G=30.46%
B=37.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861772180.150.1900.15253.1735.6577.45
HexBAB1DAF130Ffd244d
Octal272261332172301737544115
Binary10111010101100011101101011111001101111111111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB1DA; }

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

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

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

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

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

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

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

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