#BAA7F5

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

Shades of Melrose #BAA7F5

Tints of Melrose #BAA7F5

Color information

#BAA7F5 (or 0xBAA7F5) is unknown color: approx Melrose. HEX triplet: BA, A7 and F5. RGB value is (186,167,245). Sum of RGB (Red+Green+Blue) = 186+167+245=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 167 (65.62% from 255 or 27.93% from 598); Blue value is 245 (96.09% from 255 or 40.97% from 598); Max value from RGB is 245 - color contains mainly: blue. Hex color #BAA7F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA7F5 is #45580A. Grayscale: #B5B5B5. Windows color (decimal): -4544523 or 16099258. OLE color: 16099258.

HSL color Cylindrical-coordinate representation of color #BAA7F5: hue angle of 254.62º degrees, saturation: 0.8, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BAA7F5 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB186167245-
CMYK0.240.3200.04
HSL254.62º79.59%80.78%-
HSV(B)254.62º31.84%96.08%-
XYZ50.5544.6792.34-
YUV181.57163.79131.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.10%
GREEN value IS 167 (65.62% from 255) = 27.93%
BLUE value IS 245 (96.09% from 255) = 40.97%
R=31.10%
G=27.93%
B=40.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861672450.240.3200.04254.6279.5980.78
HexBAA7F5182004ff5051
Octal272247365304004377120121
Binary1011101010100111111101011100010000001001111111110100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA7F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA7F5; }

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

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

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

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

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

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

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

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