#BEB7EE

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

Shades of Melrose #BEB7EE

Tints of Melrose #BEB7EE

Color information

#BEB7EE (or 0xBEB7EE) is unknown color: approx Melrose. HEX triplet: BE, B7 and EE. RGB value is (190,183,238). Sum of RGB (Red+Green+Blue) = 190+183+238=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 183 (71.88% from 255 or 29.95% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEB7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB7EE is #414811. Grayscale: #BFBFBF. Windows color (decimal): -4278290 or 15644606. OLE color: 15644606.

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

Color convert

RGB190183238-
CMYK0.200.2300.07
HSL247.64º61.8%82.55%-
HSV(B)247.64º23.11%93.33%-
XYZ53.650.9987.91-
YUV191.36154.32127.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.10%
GREEN value IS 183 (71.88% from 255) = 29.95%
BLUE value IS 238 (93.36% from 255) = 38.95%
R=31.10%
G=29.95%
B=38.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901832380.200.2300.07247.6461.882.55
HexBEB7EE141707f83e53
Octal27626735624270737076123
Binary10111110101101111110111010100101110111111110001111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB7EE; }

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

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

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

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

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

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

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

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