#BAA8FD

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

Shades of Melrose #BAA8FD

Tints of Melrose #BAA8FD

Color information

#BAA8FD (or 0xBAA8FD) is unknown color: approx Melrose. HEX triplet: BA, A8 and FD. RGB value is (186,168,253). Sum of RGB (Red+Green+Blue) = 186+168+253=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #BAA8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA8FD is #455702. Grayscale: #B6B6B6. Windows color (decimal): -4544259 or 16623802. OLE color: 16623802.

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

Color convert

RGB186168253-
CMYK0.260.3400.01
HSL252.71º95.51%82.55%-
HSV(B)252.71º33.6%99.22%-
XYZ51.9845.5498.98-
YUV183.07167.46130.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.64%
GREEN value IS 168 (66.02% from 255) = 27.68%
BLUE value IS 253 (99.22% from 255) = 41.68%
R=30.64%
G=27.68%
B=41.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1861682530.260.3400.01252.7195.5182.55
HexBAA8FD1A2201fd6053
Octal272250375324201375140123
Binary10111010101010001111110111010100010011111110111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA8FD; }

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

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

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

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

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

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

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

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