#BAADE1

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

Shades of Melrose #BAADE1

Tints of Melrose #BAADE1

Color information

#BAADE1 (or 0xBAADE1) is unknown color: approx Melrose. HEX triplet: BA, AD and E1. RGB value is (186,173,225). Sum of RGB (Red+Green+Blue) = 186+173+225=584 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.85% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 225 - color contains mainly: blue. Hex color #BAADE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADE1 is #45521E. Grayscale: #B6B6B6. Windows color (decimal): -4543007 or 14790074. OLE color: 14790074.

HSL color Cylindrical-coordinate representation of color #BAADE1: hue angle of 255º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAADE1 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB186173225-
CMYK0.170.2300.12
HSL255º46.43%78.04%-
HSV(B)255º23.11%88.24%-
XYZ48.7845.7677.5-
YUV182.82151.81130.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.85%
GREEN value IS 173 (67.97% from 255) = 29.62%
BLUE value IS 225 (88.28% from 255) = 38.53%
R=31.85%
G=29.62%
B=38.53%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1861732250.170.2300.1225546.4378.04
HexBAADE111170Cff2e4e
Octal272255341212701437756116
Binary101110101010110111100001100011011101100111111111011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADE1; }

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

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

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

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

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

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

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

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