#BAAAE7

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

Shades of Melrose #BAAAE7

Tints of Melrose #BAAAE7

Color information

#BAAAE7 (or 0xBAAAE7) is unknown color: approx Melrose. HEX triplet: BA, AA and E7. RGB value is (186,170,231). Sum of RGB (Red+Green+Blue) = 186+170+231=587 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.69% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 231 (90.62% from 255 or 39.35% from 587); Max value from RGB is 231 - color contains mainly: blue. Hex color #BAAAE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAE7 is #455518. Grayscale: #B5B5B5. Windows color (decimal): -4543769 or 15182522. OLE color: 15182522.

HSL color Cylindrical-coordinate representation of color #BAAAE7: hue angle of 255.74º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAAAE7 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186170231-
CMYK0.190.2600.09
HSL255.74º55.96%78.63%-
HSV(B)255.74º26.41%90.59%-
XYZ49.0544.9681.69-
YUV181.74155.8131.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.69%
GREEN value IS 170 (66.80% from 255) = 28.96%
BLUE value IS 231 (90.62% from 255) = 39.35%
R=31.69%
G=28.96%
B=39.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861702310.190.2600.09255.7455.9678.63
HexBAAAE7131A09100384f
Octal272252347233201140070117
Binary1011101010101010111001111001111010010011000000001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAE7; }

 p { color: rgb(186,170,231); }

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

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

 a { background-color: rgb(186,170,231); }

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

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

 span { border-color: rgb(186,170,231); }

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