#BAABF6

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

Shades of Melrose #BAABF6

Tints of Melrose #BAABF6

Color information

#BAABF6 (or 0xBAABF6) is unknown color: approx Melrose. HEX triplet: BA, AB and F6. RGB value is (186,171,246). Sum of RGB (Red+Green+Blue) = 186+171+246=603 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.85% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 246 (96.48% from 255 or 40.80% from 603); Max value from RGB is 246 - color contains mainly: blue. Hex color #BAABF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAABF6 is #455409. Grayscale: #B7B7B7. Windows color (decimal): -4543498 or 16165818. OLE color: 16165818.

HSL color Cylindrical-coordinate representation of color #BAABF6: hue angle of 252º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAABF6 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186171246-
CMYK0.240.3000.04
HSL252º80.65%81.76%-
HSV(B)252º30.49%96.47%-
XYZ51.4546.2293.4-
YUV184.04162.97129.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.85%
GREEN value IS 171 (67.19% from 255) = 28.36%
BLUE value IS 246 (96.48% from 255) = 40.80%
R=30.85%
G=28.36%
B=40.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861712460.240.3000.0425280.6581.76
HexBAABF6181E04fc5152
Octal272253366303604374121122
Binary101110101010101111110110110001111001001111110010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAABF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAABF6; }

 p { color: rgb(186,171,246); }

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

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

 a { background-color: rgb(186,171,246); }

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

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

 span { border-color: rgb(186,171,246); }

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