#BEB4DD

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

Shades of Melrose #BEB4DD

Tints of Melrose #BEB4DD

Color information

#BEB4DD (or 0xBEB4DD) is unknown color: approx Melrose. HEX triplet: BE, B4 and DD. RGB value is (190,180,221). Sum of RGB (Red+Green+Blue) = 190+180+221=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEB4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB4DD is #414B22. Grayscale: #BBBBBB. Windows color (decimal): -4279075 or 14529726. OLE color: 14529726.

HSL color Cylindrical-coordinate representation of color #BEB4DD: hue angle of 254.63º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEB4DD is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190180221-
CMYK0.140.1900.13
HSL254.63º37.61%78.63%-
HSV(B)254.63º18.55%86.67%-
XYZ50.6148.8175.16-
YUV187.66146.81129.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 180 (70.70% from 255) = 30.46%
BLUE value IS 221 (86.72% from 255) = 37.39%
R=32.15%
G=30.46%
B=37.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901802210.140.1900.13254.6337.6178.63
HexBEB4DDE130Dff264f
Octal276264335162301537746117
Binary10111110101101001101110111101001101101111111111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB4DD; }

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

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

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

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

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

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

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

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