#BAA8FB

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

Shades of Melrose #BAA8FB

Tints of Melrose #BAA8FB

Color information

#BAA8FB (or 0xBAA8FB) is unknown color: approx Melrose. HEX triplet: BA, A8 and FB. RGB value is (186,168,251). Sum of RGB (Red+Green+Blue) = 186+168+251=605 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.74% from 605); Green value is 168 (66.02% from 255 or 27.77% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #BAA8FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA8FB is #455704. Grayscale: #B6B6B6. Windows color (decimal): -4544261 or 16492730. OLE color: 16492730.

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

Color convert

RGB186168251-
CMYK0.260.3300.02
HSL253.01º91.21%82.16%-
HSV(B)253.01º33.07%98.43%-
XYZ51.6645.4197.31-
YUV182.84166.46130.25-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.74%
GREEN value IS 168 (66.02% from 255) = 27.77%
BLUE value IS 251 (98.44% from 255) = 41.49%
R=30.74%
G=27.77%
B=41.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861682510.260.3300.02253.0191.2182.16
HexBAA8FB1A2102fd5b52
Octal272250373324102375133122
Binary101110101010100011111011110101000010101111110110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA8FB; }

 p { color: rgb(186,168,251); }

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

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

 a { background-color: rgb(186,168,251); }

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

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

 span { border-color: rgb(186,168,251); }

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