#BEA8FE

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

Shades of Melrose #BEA8FE

Tints of Melrose #BEA8FE

Color information

#BEA8FE (or 0xBEA8FE) is unknown color: approx Melrose. HEX triplet: BE, A8 and FE. RGB value is (190,168,254). Sum of RGB (Red+Green+Blue) = 190+168+254=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #BEA8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA8FE is #415701. Grayscale: #B8B8B8. Windows color (decimal): -4282114 or 16689342. OLE color: 16689342.

HSL color Cylindrical-coordinate representation of color #BEA8FE: hue angle of 255.35º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BEA8FE is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB190168254-
CMYK0.250.3400.00
HSL255.35º97.73%82.75%-
HSV(B)255.35º33.86%99.61%-
XYZ53.1346.1199.87-
YUV184.38167.29132.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.05%
GREEN value IS 168 (66.02% from 255) = 27.45%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=31.05%
G=27.45%
B=41.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1901682540.250.3400.00255.3597.7382.75
HexBEA8FE192200ff6253
Octal276250376314200377142123
Binary10111110101010001111111011001100010001111111111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA8FE; }

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

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

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

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

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

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

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

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