#BAAEDF

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

Shades of Melrose #BAAEDF

Tints of Melrose #BAAEDF

Color information

#BAAEDF (or 0xBAAEDF) is unknown color: approx Melrose. HEX triplet: BA, AE and DF. RGB value is (186,174,223). Sum of RGB (Red+Green+Blue) = 186+174+223=583 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.90% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 223 (87.5% from 255 or 38.25% from 583); Max value from RGB is 223 - color contains mainly: blue. Hex color #BAAEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEDF is #455120. Grayscale: #B6B6B6. Windows color (decimal): -4542753 or 14659258. OLE color: 14659258.

HSL color Cylindrical-coordinate representation of color #BAAEDF: hue angle of 254.69º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAAEDF is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186174223-
CMYK0.170.2200.13
HSL254.69º43.36%77.84%-
HSV(B)254.69º21.97%87.45%-
XYZ48.7146.0476.13-
YUV183.17150.48130.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.90%
GREEN value IS 174 (68.36% from 255) = 29.85%
BLUE value IS 223 (87.5% from 255) = 38.25%
R=31.90%
G=29.85%
B=38.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1861742230.170.2200.13254.6943.3677.84
HexBAAEDF11160Dff2b4e
Octal272256337212601537753116
Binary101110101010111011011111100011011001101111111111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEDF; }

 p { color: rgb(186,174,223); }

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

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

 a { background-color: rgb(186,174,223); }

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

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

 span { border-color: rgb(186,174,223); }

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