#BAAAF4

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

Shades of Melrose #BAAAF4

Tints of Melrose #BAAAF4

Color information

#BAAAF4 (or 0xBAAAF4) is unknown color: approx Melrose. HEX triplet: BA, AA and F4. RGB value is (186,170,244). Sum of RGB (Red+Green+Blue) = 186+170+244=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 244 (95.70% from 255 or 40.67% from 600); Max value from RGB is 244 - color contains mainly: blue. Hex color #BAAAF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BAAAF4 is #45550B. Grayscale: #B6B6B6. Windows color (decimal): -4543756 or 16034490. OLE color: 16034490.

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

Color convert

RGB186170244-
CMYK0.240.3000.04
HSL252.97º77.08%81.18%-
HSV(B)252.97º30.33%95.69%-
XYZ50.9545.7291.73-
YUV183.22162.3129.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 170 (66.80% from 255) = 28.33%
BLUE value IS 244 (95.70% from 255) = 40.67%
R=31%
G=28.33%
B=40.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1861702440.240.3000.04252.9777.0881.18
HexBAAAF4181E04fd4d51
Octal272252364303604375115121
Binary101110101010101011110100110001111001001111110110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAAF4; }

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

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

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

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

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

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

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

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