#BEA9EE

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

Shades of Melrose #BEA9EE

Tints of Melrose #BEA9EE

Color information

#BEA9EE (or 0xBEA9EE) is unknown color: approx Melrose. HEX triplet: BE, A9 and EE. RGB value is (190,169,238). Sum of RGB (Red+Green+Blue) = 190+169+238=597 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.83% from 597); Green value is 169 (66.41% from 255 or 28.31% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEA9EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA9EE is #415611. Grayscale: #B6B6B6. Windows color (decimal): -4281874 or 15641022. OLE color: 15641022.

HSL color Cylindrical-coordinate representation of color #BEA9EE: hue angle of 258.26º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BEA9EE is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190169238-
CMYK0.200.2900.07
HSL258.26º66.99%79.8%-
HSV(B)258.26º28.99%93.33%-
XYZ50.8645.586.99-
YUV183.14158.96132.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.83%
GREEN value IS 169 (66.41% from 255) = 28.31%
BLUE value IS 238 (93.36% from 255) = 39.87%
R=31.83%
G=28.31%
B=39.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901692380.200.2900.07258.2666.9979.8
HexBEA9EE141D071024350
Octal276251356243507402103120
Binary1011111010101001111011101010011101011110000001010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9EE; }

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

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

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

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

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

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

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

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