#BEA8F1

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

Shades of Melrose #BEA8F1

Tints of Melrose #BEA8F1

Color information

#BEA8F1 (or 0xBEA8F1) is unknown color: approx Melrose. HEX triplet: BE, A8 and F1. RGB value is (190,168,241). Sum of RGB (Red+Green+Blue) = 190+168+241=599 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.72% from 599); Green value is 168 (66.02% from 255 or 28.05% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEA8F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA8F1 is #41570E. Grayscale: #B6B6B6. Windows color (decimal): -4282127 or 15837374. OLE color: 15837374.

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

Color convert

RGB190168241-
CMYK0.210.3000.05
HSL258.08º72.28%80.2%-
HSV(B)258.08º30.29%94.51%-
XYZ51.1245.389.27-
YUV182.9160.79133.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.72%
GREEN value IS 168 (66.02% from 255) = 28.05%
BLUE value IS 241 (94.53% from 255) = 40.23%
R=31.72%
G=28.05%
B=40.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901682410.210.3000.05258.0872.2880.2
HexBEA8F1151E051024850
Octal276250361253605402110120
Binary1011111010101000111100011010111110010110000001010010001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA8F1; }

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

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

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

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

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

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

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

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