#BAB1DC

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

Shades of Melrose #BAB1DC

Tints of Melrose #BAB1DC

Color information

#BAB1DC (or 0xBAB1DC) is unknown color: approx Melrose. HEX triplet: BA, B1 and DC. RGB value is (186,177,220). Sum of RGB (Red+Green+Blue) = 186+177+220=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 220 - color contains mainly: blue. Hex color #BAB1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1DC is #454E23. Grayscale: #B8B8B8. Windows color (decimal): -4541988 or 14463418. OLE color: 14463418.

HSL color Cylindrical-coordinate representation of color #BAB1DC: hue angle of 252.56º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAB1DC is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186177220-
CMYK0.150.2000.14
HSL252.56º38.05%77.84%-
HSV(B)252.56º19.55%86.27%-
XYZ48.8947.0574.22-
YUV184.59147.98129-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.90%
GREEN value IS 177 (69.53% from 255) = 30.36%
BLUE value IS 220 (86.33% from 255) = 37.74%
R=31.90%
G=30.36%
B=37.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861772200.150.2000.14252.5638.0577.84
HexBAB1DCF140Efd264e
Octal272261334172401637546116
Binary10111010101100011101110011111010001110111111011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB1DC; }

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

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

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

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

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

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

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

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