#BEB5EE

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

Shades of Melrose #BEB5EE

Tints of Melrose #BEB5EE

Color information

#BEB5EE (or 0xBEB5EE) is unknown color: approx Melrose. HEX triplet: BE, B5 and EE. RGB value is (190,181,238). Sum of RGB (Red+Green+Blue) = 190+181+238=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEB5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB5EE is #414A11. Grayscale: #BDBDBD. Windows color (decimal): -4278802 or 15644094. OLE color: 15644094.

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

Color convert

RGB190181238-
CMYK0.200.2400.07
HSL249.47º62.64%82.16%-
HSV(B)249.47º23.95%93.33%-
XYZ53.1950.1787.77-
YUV190.19154.98127.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.20%
GREEN value IS 181 (71.09% from 255) = 29.72%
BLUE value IS 238 (93.36% from 255) = 39.08%
R=31.20%
G=29.72%
B=39.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901812380.200.2400.07249.4762.6482.16
HexBEB5EE141807f93f52
Octal27626535624300737177122
Binary10111110101101011110111010100110000111111110011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB5EE; }

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

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

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

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

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

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

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

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