#BAAAF0

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

Shades of Melrose #BAAAF0

Tints of Melrose #BAAAF0

Color information

#BAAAF0 (or 0xBAAAF0) is unknown color: approx Melrose. HEX triplet: BA, AA and F0. RGB value is (186,170,240). Sum of RGB (Red+Green+Blue) = 186+170+240=596 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.21% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #BAAAF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAF0 is #45550F. Grayscale: #B6B6B6. Windows color (decimal): -4543760 or 15772346. OLE color: 15772346.

HSL color Cylindrical-coordinate representation of color #BAAAF0: hue angle of 253.71º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAAAF0 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB186170240-
CMYK0.220.2900.06
HSL253.71º70%80.39%-
HSV(B)253.71º29.17%94.12%-
XYZ50.3545.4888.56-
YUV182.76160.3130.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.21%
GREEN value IS 170 (66.80% from 255) = 28.52%
BLUE value IS 240 (94.14% from 255) = 40.27%
R=31.21%
G=28.52%
B=40.27%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1861702400.220.2900.06253.717080.39
HexBAAAF0161D06fe4650
Octal272252360263506376106120
Binary101110101010101011110000101101110101101111111010001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAF0; }

 p { color: rgb(186,170,240); }

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

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

 a { background-color: rgb(186,170,240); }

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

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

 span { border-color: rgb(186,170,240); }

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