#BEA8F3

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

Shades of Melrose #BEA8F3

Tints of Melrose #BEA8F3

Color information

#BEA8F3 (or 0xBEA8F3) is unknown color: approx Melrose. HEX triplet: BE, A8 and F3. RGB value is (190,168,243). Sum of RGB (Red+Green+Blue) = 190+168+243=601 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.61% from 601); Green value is 168 (66.02% from 255 or 27.95% from 601); Blue value is 243 (95.31% from 255 or 40.43% from 601); Max value from RGB is 243 - color contains mainly: blue. Hex color #BEA8F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA8F3 is #41570C. Grayscale: #B6B6B6. Windows color (decimal): -4282125 or 15968446. OLE color: 15968446.

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

Color convert

RGB190168243-
CMYK0.220.3100.05
HSL257.6º75.76%80.59%-
HSV(B)257.6º30.86%95.29%-
XYZ51.4245.4290.85-
YUV183.13161.79132.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.61%
GREEN value IS 168 (66.02% from 255) = 27.95%
BLUE value IS 243 (95.31% from 255) = 40.43%
R=31.61%
G=27.95%
B=40.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901682430.220.3100.05257.675.7680.59
HexBEA8F3161F051024c51
Octal276250363263705402114121
Binary1011111010101000111100111011011111010110000001010011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA8F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA8F3; }

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

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

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

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

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

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

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

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