#BAA7EB

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

Shades of Melrose #BAA7EB

Tints of Melrose #BAA7EB

Color information

#BAA7EB (or 0xBAA7EB) is unknown color: approx Melrose. HEX triplet: BA, A7 and EB. RGB value is (186,167,235). Sum of RGB (Red+Green+Blue) = 186+167+235=588 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.63% from 588); Green value is 167 (65.62% from 255 or 28.40% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #BAA7EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAA7EB is #455814. Grayscale: #B4B4B4. Windows color (decimal): -4544533 or 15443898. OLE color: 15443898.

HSL color Cylindrical-coordinate representation of color #BAA7EB: hue angle of 256.76º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BAA7EB is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186167235-
CMYK0.210.2900.08
HSL256.76º62.96%78.82%-
HSV(B)256.76º28.94%92.16%-
XYZ49.0644.0784.52-
YUV180.43158.79131.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.63%
GREEN value IS 167 (65.62% from 255) = 28.40%
BLUE value IS 235 (92.19% from 255) = 39.97%
R=31.63%
G=28.40%
B=39.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861672350.210.2900.08256.7662.9678.82
HexBAA7EB151D081013f4f
Octal272247353253501040177117
Binary1011101010100111111010111010111101010001000000011111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA7EB; }

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

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

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

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

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

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

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

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