#BEA8FA

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

Shades of Melrose #BEA8FA

Tints of Melrose #BEA8FA

Color information

#BEA8FA (or 0xBEA8FA) is unknown color: approx Melrose. HEX triplet: BE, A8 and FA. RGB value is (190,168,250). Sum of RGB (Red+Green+Blue) = 190+168+250=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 168 (66.02% from 255 or 27.63% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #BEA8FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA8FA is #415705. Grayscale: #B7B7B7. Windows color (decimal): -4282118 or 16427198. OLE color: 16427198.

HSL color Cylindrical-coordinate representation of color #BEA8FA: hue angle of 256.1º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEA8FA is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190168250-
CMYK0.240.3300.02
HSL256.1º89.13%81.96%-
HSV(B)256.1º32.8%98.04%-
XYZ52.4945.8596.53-
YUV183.93165.29132.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.25%
GREEN value IS 168 (66.02% from 255) = 27.63%
BLUE value IS 250 (98.05% from 255) = 41.12%
R=31.25%
G=27.63%
B=41.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901682500.240.3300.02256.189.1381.96
HexBEA8FA1821021005952
Octal276250372304102400131122
Binary1011111010101000111110101100010000101010000000010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA8FA; }

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

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

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

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

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

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

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

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