#BAB0DA

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

Shades of Melrose #BAB0DA

Tints of Melrose #BAB0DA

Color information

#BAB0DA (or 0xBAB0DA) is unknown color: approx Melrose. HEX triplet: BA, B0 and DA. RGB value is (186,176,218). Sum of RGB (Red+Green+Blue) = 186+176+218=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAB0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAB0DA is #454F25. Grayscale: #B7B7B7. Windows color (decimal): -4542246 or 14332090. OLE color: 14332090.

HSL color Cylindrical-coordinate representation of color #BAB0DA: hue angle of 254.29º 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 #BAB0DA is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186176218-
CMYK0.150.1900.15
HSL254.29º36.21%77.25%-
HSV(B)254.29º19.27%85.49%-
XYZ48.4346.5572.76-
YUV183.78147.31129.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.07%
GREEN value IS 176 (69.14% from 255) = 30.34%
BLUE value IS 218 (85.55% from 255) = 37.59%
R=32.07%
G=30.34%
B=37.59%

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
Decimal1861762180.150.1900.15254.2936.2177.25
HexBAB0DAF130Ffe244d
Octal272260332172301737644115
Binary10111010101100001101101011111001101111111111101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB0DA; }

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

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

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

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

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

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

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

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