#BAB1DD

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

Shades of Melrose #BAB1DD

Tints of Melrose #BAB1DD

Color information

#BAB1DD (or 0xBAB1DD) is unknown color: approx Melrose. HEX triplet: BA, B1 and DD. RGB value is (186,177,221). Sum of RGB (Red+Green+Blue) = 186+177+221=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #BAB1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1DD is #454E22. Grayscale: #B8B8B8. Windows color (decimal): -4541987 or 14528954. OLE color: 14528954.

HSL color Cylindrical-coordinate representation of color #BAB1DD: hue angle of 252.27º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAB1DD is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186177221-
CMYK0.160.2000.13
HSL252.27º39.29%78.04%-
HSV(B)252.27º19.91%86.67%-
XYZ49.0247.174.91-
YUV184.71148.48128.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 177 (69.53% from 255) = 30.31%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=31.85%
G=30.31%
B=37.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861772210.160.2000.13252.2739.2978.04
HexBAB1DD10140Dfc274e
Octal272261335202401537447116
Binary101110101011000111011101100001010001101111111001001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB1DD; }

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

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

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

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

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

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

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

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