#BAADFA

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

Shades of Melrose #BAADFA

Tints of Melrose #BAADFA

Color information

#BAADFA (or 0xBAADFA) is unknown color: approx Melrose. HEX triplet: BA, AD and FA. RGB value is (186,173,250). Sum of RGB (Red+Green+Blue) = 186+173+250=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADFA is #455205. Grayscale: #B9B9B9. Windows color (decimal): -4542982 or 16428474. OLE color: 16428474.

HSL color Cylindrical-coordinate representation of color #BAADFA: hue angle of 250.13º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BAADFA is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186173250-
CMYK0.260.3100.02
HSL250.13º88.51%82.94%-
HSV(B)250.13º30.8%98.04%-
XYZ52.4547.2396.79-
YUV185.66164.31128.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.54%
GREEN value IS 173 (67.97% from 255) = 28.41%
BLUE value IS 250 (98.05% from 255) = 41.05%
R=30.54%
G=28.41%
B=41.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861732500.260.3100.02250.1388.5182.94
HexBAADFA1A1F02fa5953
Octal272255372323702372131123
Binary10111010101011011111101011010111110101111101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADFA; }

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

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

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

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

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

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

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

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