#BAA7FE

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

Shades of Melrose #BAA7FE

Tints of Melrose #BAA7FE

Color information

#BAA7FE (or 0xBAA7FE) is unknown color: approx Melrose. HEX triplet: BA, A7 and FE. RGB value is (186,167,254). Sum of RGB (Red+Green+Blue) = 186+167+254=607 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.64% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #BAA7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA7FE is #455801. Grayscale: #B6B6B6. Windows color (decimal): -4544514 or 16689082. OLE color: 16689082.

HSL color Cylindrical-coordinate representation of color #BAA7FE: hue angle of 253.1º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BAA7FE is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB186167254-
CMYK0.270.3400.00
HSL253.1º97.75%82.55%-
HSV(B)253.1º34.25%99.61%-
XYZ51.9645.2399.76-
YUV182.6168.29130.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.64%
GREEN value IS 167 (65.62% from 255) = 27.51%
BLUE value IS 254 (99.61% from 255) = 41.85%
R=30.64%
G=27.51%
B=41.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1861672540.270.3400.00253.197.7582.55
HexBAA7FE1B2200fd6253
Octal272247376334200375142123
Binary10111010101001111111111011011100010001111110111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA7FE; }

 p { color: rgb(186,167,254); }

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

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

 a { background-color: rgb(186,167,254); }

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

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

 span { border-color: rgb(186,167,254); }

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