#BAAAFA

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

Shades of Melrose #BAAAFA

Tints of Melrose #BAAAFA

Color information

#BAAAFA (or 0xBAAAFA) is unknown color: approx Melrose. HEX triplet: BA, AA and FA. RGB value is (186,170,250). Sum of RGB (Red+Green+Blue) = 186+170+250=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #BAAAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAFA is #455505. Grayscale: #B7B7B7. Windows color (decimal): -4543750 or 16427706. OLE color: 16427706.

HSL color Cylindrical-coordinate representation of color #BAAAFA: hue angle of 252º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAAAFA is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186170250-
CMYK0.260.3200.02
HSL252º88.89%82.35%-
HSV(B)252º32%98.04%-
XYZ51.8846.0996.6-
YUV183.9165.3129.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.69%
GREEN value IS 170 (66.80% from 255) = 28.05%
BLUE value IS 250 (98.05% from 255) = 41.25%
R=30.69%
G=28.05%
B=41.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861702500.260.3200.0225288.8982.35
HexBAAAFA1A2002fc5952
Octal272252372324002374131122
Binary101110101010101011111010110101000000101111110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAFA; }

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

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

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

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

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

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

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

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