#BEA8FD

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

Shades of Melrose #BEA8FD

Tints of Melrose #BEA8FD

Color information

#BEA8FD (or 0xBEA8FD) is unknown color: approx Melrose. HEX triplet: BE, A8 and FD. RGB value is (190,168,253). Sum of RGB (Red+Green+Blue) = 190+168+253=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #BEA8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA8FD is #415702. Grayscale: #B7B7B7. Windows color (decimal): -4282115 or 16623806. OLE color: 16623806.

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

Color convert

RGB190168253-
CMYK0.250.3400.01
HSL255.53º95.51%82.55%-
HSV(B)255.53º33.6%99.22%-
XYZ52.9746.0499.02-
YUV184.27166.79132.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.10%
GREEN value IS 168 (66.02% from 255) = 27.50%
BLUE value IS 253 (99.22% from 255) = 41.41%
R=31.10%
G=27.50%
B=41.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1901682530.250.3400.01255.5395.5182.55
HexBEA8FD1922011006053
Octal276250375314201400140123
Binary101111101010100011111101110011000100110000000011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA8FD; }

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

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

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

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

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

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

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

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