#BEA8F4

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

Shades of Melrose #BEA8F4

Tints of Melrose #BEA8F4

Color information

#BEA8F4 (or 0xBEA8F4) is unknown color: approx Melrose. HEX triplet: BE, A8 and F4. RGB value is (190,168,244). Sum of RGB (Red+Green+Blue) = 190+168+244=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 168 (66.02% from 255 or 27.91% from 602); Blue value is 244 (95.70% from 255 or 40.53% from 602); Max value from RGB is 244 - color contains mainly: blue. Hex color #BEA8F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA8F4 is #41570B. Grayscale: #B6B6B6. Windows color (decimal): -4282124 or 16033982. OLE color: 16033982.

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

Color convert

RGB190168244-
CMYK0.220.3100.04
HSL257.37º77.55%80.78%-
HSV(B)257.37º31.15%95.69%-
XYZ51.5745.4891.65-
YUV183.24162.29132.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.56%
GREEN value IS 168 (66.02% from 255) = 27.91%
BLUE value IS 244 (95.70% from 255) = 40.53%
R=31.56%
G=27.91%
B=40.53%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1901682440.220.3100.04257.3777.5580.78
HexBEA8F4161F041014e51
Octal276250364263704401116121
Binary1011111010101000111101001011011111010010000000110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA8F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA8F4; }

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

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

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

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

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

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

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

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