#BAB1DE

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

Shades of Melrose #BAB1DE

Tints of Melrose #BAB1DE

Color information

#BAB1DE (or 0xBAB1DE) is unknown color: approx Melrose. HEX triplet: BA, B1 and DE. RGB value is (186,177,222). Sum of RGB (Red+Green+Blue) = 186+177+222=585 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.79% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #BAB1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB1DE is #454E21. Grayscale: #B8B8B8. Windows color (decimal): -4541986 or 14594490. OLE color: 14594490.

HSL color Cylindrical-coordinate representation of color #BAB1DE: hue angle of 252º degrees, saturation: 0.41, 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 #BAB1DE is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186177222-
CMYK0.160.2000.13
HSL252º40.54%78.24%-
HSV(B)252º20.27%87.06%-
XYZ49.1647.1675.62-
YUV184.82148.98128.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.79%
GREEN value IS 177 (69.53% from 255) = 30.26%
BLUE value IS 222 (87.11% from 255) = 37.95%
R=31.79%
G=30.26%
B=37.95%

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
Decimal1861772220.160.2000.1325240.5478.24
HexBAB1DE10140Dfc294e
Octal272261336202401537451116
Binary101110101011000111011110100001010001101111111001010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB1DE; }

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

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

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

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

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

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

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

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