#BEAAF1

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

Shades of Melrose #BEAAF1

Tints of Melrose #BEAAF1

Color information

#BEAAF1 (or 0xBEAAF1) is unknown color: approx Melrose. HEX triplet: BE, AA and F1. RGB value is (190,170,241). Sum of RGB (Red+Green+Blue) = 190+170+241=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEAAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEAAF1 is #41550E. Grayscale: #B7B7B7. Windows color (decimal): -4281615 or 15837886. OLE color: 15837886.

HSL color Cylindrical-coordinate representation of color #BEAAF1: hue angle of 256.9º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEAAF1 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190170241-
CMYK0.210.2900.05
HSL256.9º71.72%80.59%-
HSV(B)256.9º29.46%94.51%-
XYZ51.4946.0589.39-
YUV184.07160.13132.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.61%
GREEN value IS 170 (66.80% from 255) = 28.29%
BLUE value IS 241 (94.53% from 255) = 40.10%
R=31.61%
G=28.29%
B=40.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901702410.210.2900.05256.971.7280.59
HexBEAAF1151D051014851
Octal276252361253505401110121
Binary1011111010101010111100011010111101010110000000110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAAF1; }

 p { color: rgb(190,170,241); }

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

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

 a { background-color: rgb(190,170,241); }

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

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

 span { border-color: rgb(190,170,241); }

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