#BAB2DB

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

Shades of Melrose #BAB2DB

Tints of Melrose #BAB2DB

Color information

#BAB2DB (or 0xBAB2DB) is unknown color: approx Melrose. HEX triplet: BA, B2 and DB. RGB value is (186,178,219). Sum of RGB (Red+Green+Blue) = 186+178+219=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #BAB2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB2DB is #454D24. Grayscale: #B8B8B8. Windows color (decimal): -4541733 or 14398138. OLE color: 14398138.

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

Color convert

RGB186178219-
CMYK0.150.1900.14
HSL251.71º36.28%77.84%-
HSV(B)251.71º18.72%85.88%-
XYZ48.9647.3973.59-
YUV185.07147.15128.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.90%
GREEN value IS 178 (69.92% from 255) = 30.53%
BLUE value IS 219 (85.94% from 255) = 37.56%
R=31.90%
G=30.53%
B=37.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861782190.150.1900.14251.7136.2877.84
HexBAB2DBF130Efc244e
Octal272262333172301637444116
Binary10111010101100101101101111111001101110111111001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB2DB; }

 p { color: rgb(186,178,219); }

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

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

 a { background-color: rgb(186,178,219); }

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

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

 span { border-color: rgb(186,178,219); }

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