#BEA9EB

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

Shades of Melrose #BEA9EB

Tints of Melrose #BEA9EB

Color information

#BEA9EB (or 0xBEA9EB) is unknown color: approx Melrose. HEX triplet: BE, A9 and EB. RGB value is (190,169,235). Sum of RGB (Red+Green+Blue) = 190+169+235=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEA9EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA9EB is #415614. Grayscale: #B6B6B6. Windows color (decimal): -4281877 or 15444414. OLE color: 15444414.

HSL color Cylindrical-coordinate representation of color #BEA9EB: hue angle of 259.09º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEA9EB is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190169235-
CMYK0.190.2800.08
HSL259.09º62.26%79.22%-
HSV(B)259.09º28.09%92.16%-
XYZ50.4245.3284.69-
YUV182.8157.46133.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.99%
GREEN value IS 169 (66.41% from 255) = 28.45%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=31.99%
G=28.45%
B=39.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901692350.190.2800.08259.0962.2679.22
HexBEA9EB131C081033e4f
Octal276251353233401040376117
Binary1011111010101001111010111001111100010001000000111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9EB; }

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

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

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

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

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

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

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

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