#BAADE9

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

Shades of Melrose #BAADE9

Tints of Melrose #BAADE9

Color information

#BAADE9 (or 0xBAADE9) is unknown color: approx Melrose. HEX triplet: BA, AD and E9. RGB value is (186,173,233). Sum of RGB (Red+Green+Blue) = 186+173+233=592 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.42% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 233 (91.41% from 255 or 39.36% from 592); Max value from RGB is 233 - color contains mainly: blue. Hex color #BAADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAADE9 is #455216. Grayscale: #B7B7B7. Windows color (decimal): -4542999 or 15314362. OLE color: 15314362.

HSL color Cylindrical-coordinate representation of color #BAADE9: hue angle of 253º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAADE9 is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186173233-
CMYK0.200.2600.09
HSL253º57.69%79.61%-
HSV(B)253º25.75%91.37%-
XYZ49.946.2183.38-
YUV183.73155.81129.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.42%
GREEN value IS 173 (67.97% from 255) = 29.22%
BLUE value IS 233 (91.41% from 255) = 39.36%
R=31.42%
G=29.22%
B=39.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861732330.200.2600.0925357.6979.61
HexBAADE9141A09fd3a50
Octal272255351243201137572120
Binary101110101010110111101001101001101001001111111011110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADE9; }

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

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

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

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

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

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

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

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