#BAADF1

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

Shades of Melrose #BAADF1

Tints of Melrose #BAADF1

Color information

#BAADF1 (or 0xBAADF1) is unknown color: approx Melrose. HEX triplet: BA, AD and F1. RGB value is (186,173,241). Sum of RGB (Red+Green+Blue) = 186+173+241=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 241 - color contains mainly: blue. Hex color #BAADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADF1 is #45520E. Grayscale: #B8B8B8. Windows color (decimal): -4542991 or 15838650. OLE color: 15838650.

HSL color Cylindrical-coordinate representation of color #BAADF1: hue angle of 251.47º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BAADF1 is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186173241-
CMYK0.230.2800.05
HSL251.47º70.83%81.18%-
HSV(B)251.47º28.22%94.51%-
XYZ51.0746.6889.54-
YUV184.64159.81128.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 173 (67.97% from 255) = 28.83%
BLUE value IS 241 (94.53% from 255) = 40.17%
R=31%
G=28.83%
B=40.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861732410.230.2800.05251.4770.8381.18
HexBAADF1171C05fb4751
Octal272255361273405373107121
Binary101110101010110111110001101111110001011111101110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADF1; }

 p { color: rgb(186,173,241); }

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

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

 a { background-color: rgb(186,173,241); }

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

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

 span { border-color: rgb(186,173,241); }

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