#BEA4FC

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

Shades of Melrose #BEA4FC

Tints of Melrose #BEA4FC

Color information

#BEA4FC (or 0xBEA4FC) is unknown color: approx Melrose. HEX triplet: BE, A4 and FC. RGB value is (190,164,252). Sum of RGB (Red+Green+Blue) = 190+164+252=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 164 (64.45% from 255 or 27.06% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEA4FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA4FC is #415B03. Grayscale: #B5B5B5. Windows color (decimal): -4283140 or 16557246. OLE color: 16557246.

HSL color Cylindrical-coordinate representation of color #BEA4FC: hue angle of 257.73º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BEA4FC is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB190164252-
CMYK0.250.3500.01
HSL257.73º93.62%81.57%-
HSV(B)257.73º34.92%98.82%-
XYZ52.0844.5397.94-
YUV181.81167.61133.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.35%
GREEN value IS 164 (64.45% from 255) = 27.06%
BLUE value IS 252 (98.83% from 255) = 41.58%
R=31.35%
G=27.06%
B=41.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901642520.250.3500.01257.7393.6281.57
HexBEA4FC1923011025e52
Octal276244374314301402136122
Binary101111101010010011111100110011000110110000001010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA4FC; }

 p { color: rgb(190,164,252); }

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

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

 a { background-color: rgb(190,164,252); }

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

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

 span { border-color: rgb(190,164,252); }

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