#BEABF1

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

Shades of Melrose #BEABF1

Tints of Melrose #BEABF1

Color information

#BEABF1 (or 0xBEABF1) is unknown color: approx Melrose. HEX triplet: BE, AB and F1. RGB value is (190,171,241). Sum of RGB (Red+Green+Blue) = 190+171+241=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEABF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEABF1 is #41540E. Grayscale: #B8B8B8. Windows color (decimal): -4281359 or 15838142. OLE color: 15838142.

HSL color Cylindrical-coordinate representation of color #BEABF1: hue angle of 256.29º degrees, saturation: 0.71, 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 #BEABF1 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190171241-
CMYK0.210.2900.05
HSL256.29º71.43%80.78%-
HSV(B)256.29º29.05%94.51%-
XYZ51.6846.4289.46-
YUV184.66159.79131.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.56%
GREEN value IS 171 (67.19% from 255) = 28.41%
BLUE value IS 241 (94.53% from 255) = 40.03%
R=31.56%
G=28.41%
B=40.03%

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
Decimal1901712410.210.2900.05256.2971.4380.78
HexBEABF1151D051004751
Octal276253361253505400107121
Binary1011111010101011111100011010111101010110000000010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEABF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEABF1; }

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

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

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

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

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

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

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

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