#BEB4ED

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

Shades of Melrose #BEB4ED

Tints of Melrose #BEB4ED

Color information

#BEB4ED (or 0xBEB4ED) is unknown color: approx Melrose. HEX triplet: BE, B4 and ED. RGB value is (190,180,237). Sum of RGB (Red+Green+Blue) = 190+180+237=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEB4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB4ED is #414B12. Grayscale: #BDBDBD. Windows color (decimal): -4279059 or 15578302. OLE color: 15578302.

HSL color Cylindrical-coordinate representation of color #BEB4ED: hue angle of 250.53º degrees, saturation: 0.61, 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 #BEB4ED is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190180237-
CMYK0.200.2400.07
HSL250.53º61.29%81.76%-
HSV(B)250.53º24.05%92.94%-
XYZ52.8449.786.93-
YUV189.49154.81128.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.30%
GREEN value IS 180 (70.70% from 255) = 29.65%
BLUE value IS 237 (92.97% from 255) = 39.04%
R=31.30%
G=29.65%
B=39.04%

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
Decimal1901802370.200.2400.07250.5361.2981.76
HexBEB4ED141807fb3d52
Octal27626435524300737375122
Binary10111110101101001110110110100110000111111110111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB4ED; }

 p { color: rgb(190,180,237); }

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

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

 a { background-color: rgb(190,180,237); }

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

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

 span { border-color: rgb(190,180,237); }

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