#BAADF3

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

Shades of Melrose #BAADF3

Tints of Melrose #BAADF3

Color information

#BAADF3 (or 0xBAADF3) is unknown color: approx Melrose. HEX triplet: BA, AD and F3. RGB value is (186,173,243). Sum of RGB (Red+Green+Blue) = 186+173+243=602 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.90% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 243 - color contains mainly: blue. Hex color #BAADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADF3 is #45520C. Grayscale: #B8B8B8. Windows color (decimal): -4542989 or 15969722. OLE color: 15969722.

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

Color convert

RGB186173243-
CMYK0.230.2900.05
HSL251.14º74.47%81.57%-
HSV(B)251.14º28.81%95.29%-
XYZ51.3746.891.12-
YUV184.87160.81128.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.90%
GREEN value IS 173 (67.97% from 255) = 28.74%
BLUE value IS 243 (95.31% from 255) = 40.37%
R=30.90%
G=28.74%
B=40.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861732430.230.2900.05251.1474.4781.57
HexBAADF3171D05fb4a52
Octal272255363273505373112122
Binary101110101010110111110011101111110101011111101110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADF3; }

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

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

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

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

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

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

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

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