#BEABF2

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

Shades of Melrose #BEABF2

Tints of Melrose #BEABF2

Color information

#BEABF2 (or 0xBEABF2) is unknown color: approx Melrose. HEX triplet: BE, AB and F2. RGB value is (190,171,242). Sum of RGB (Red+Green+Blue) = 190+171+242=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEABF2 is #41540D. Grayscale: #B8B8B8. Windows color (decimal): -4281358 or 15903678. OLE color: 15903678.

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

Color convert

RGB190171242-
CMYK0.210.2900.05
HSL256.06º73.2%80.98%-
HSV(B)256.06º29.34%94.9%-
XYZ51.8346.4890.25-
YUV184.77160.29131.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 171 (67.19% from 255) = 28.36%
BLUE value IS 242 (94.92% from 255) = 40.13%
R=31.51%
G=28.36%
B=40.13%

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
Decimal1901712420.210.2900.05256.0673.280.98
HexBEABF2151D051004951
Octal276253362253505400111121
Binary1011111010101011111100101010111101010110000000010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEABF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEABF2; }

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

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

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

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

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

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

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

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