#BAADFE

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

Shades of Melrose #BAADFE

Tints of Melrose #BAADFE

Color information

#BAADFE (or 0xBAADFE) is unknown color: approx Melrose. HEX triplet: BA, AD and FE. RGB value is (186,173,254). Sum of RGB (Red+Green+Blue) = 186+173+254=613 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.34% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADFE is #455201. Grayscale: #B9B9B9. Windows color (decimal): -4542978 or 16690618. OLE color: 16690618.

HSL color Cylindrical-coordinate representation of color #BAADFE: hue angle of 249.63º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAADFE is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186173254-
CMYK0.270.3200.00
HSL249.63º97.59%83.73%-
HSV(B)249.63º31.89%99.61%-
XYZ53.0847.48100.13-
YUV186.12166.31127.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.34%
GREEN value IS 173 (67.97% from 255) = 28.22%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=30.34%
G=28.22%
B=41.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1861732540.270.3200.00249.6397.5983.73
HexBAADFE1B2000fa6254
Octal272255376334000372142124
Binary10111010101011011111111011011100000001111101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADFE; }

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

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

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

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

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

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

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

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