#BAA2FC

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

Shades of Melrose #BAA2FC

Tints of Melrose #BAA2FC

Color information

#BAA2FC (or 0xBAA2FC) is unknown color: approx Melrose. HEX triplet: BA, A2 and FC. RGB value is (186,162,252). Sum of RGB (Red+Green+Blue) = 186+162+252=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 162 (63.67% from 255 or 27% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #BAA2FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA2FC is #455D03. Grayscale: #B3B3B3. Windows color (decimal): -4545796 or 16556730. OLE color: 16556730.

HSL color Cylindrical-coordinate representation of color #BAA2FC: hue angle of 256º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAA2FC is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB186162252-
CMYK0.260.3600.01
HSL256º93.75%81.18%-
HSV(B)256º35.71%98.82%-
XYZ50.7443.3197.78-
YUV179.44168.95132.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 162 (63.67% from 255) = 27%
BLUE value IS 252 (98.83% from 255) = 42%
R=31%
G=27%
B=42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861622520.260.3600.0125693.7581.18
HexBAA2FC1A24011005e51
Octal272242374324401400136121
Binary101110101010001011111100110101001000110000000010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA2FC; }

 p { color: rgb(186,162,252); }

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

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

 a { background-color: rgb(186,162,252); }

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

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

 span { border-color: rgb(186,162,252); }

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