#BEA9FC

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

Shades of Melrose #BEA9FC

Tints of Melrose #BEA9FC

Color information

#BEA9FC (or 0xBEA9FC) is unknown color: approx Melrose. HEX triplet: BE, A9 and FC. RGB value is (190,169,252). Sum of RGB (Red+Green+Blue) = 190+169+252=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEA9FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA9FC is #415603. Grayscale: #B8B8B8. Windows color (decimal): -4281860 or 16558526. OLE color: 16558526.

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

Color convert

RGB190169252-
CMYK0.250.3300.01
HSL255.18º93.26%82.55%-
HSV(B)255.18º32.94%98.82%-
XYZ52.9946.3598.25-
YUV184.74165.96131.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.10%
GREEN value IS 169 (66.41% from 255) = 27.66%
BLUE value IS 252 (98.83% from 255) = 41.24%
R=31.10%
G=27.66%
B=41.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901692520.250.3300.01255.1893.2682.55
HexBEA9FC192101ff5d53
Octal276251374314101377135123
Binary10111110101010011111110011001100001011111111110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9FC; }

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

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

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

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

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

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

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

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