#BEB3EF

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

Shades of Melrose #BEB3EF

Tints of Melrose #BEB3EF

Color information

#BEB3EF (or 0xBEB3EF) is unknown color: approx Melrose. HEX triplet: BE, B3 and EF. RGB value is (190,179,239). Sum of RGB (Red+Green+Blue) = 190+179+239=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 179 (70.31% from 255 or 29.44% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEB3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB3EF is #414C10. Grayscale: #BCBCBC. Windows color (decimal): -4279313 or 15709118. OLE color: 15709118.

HSL color Cylindrical-coordinate representation of color #BEB3EF: hue angle of 251º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEB3EF is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB190179239-
CMYK0.210.2500.06
HSL251º65.22%81.96%-
HSV(B)251º25.1%93.73%-
XYZ52.9449.4288.41-
YUV189.13156.14128.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.25%
GREEN value IS 179 (70.31% from 255) = 29.44%
BLUE value IS 239 (93.75% from 255) = 39.31%
R=31.25%
G=29.44%
B=39.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901792390.210.2500.0625165.2281.96
HexBEB3EF151906fb4152
Octal276263357253106373101122
Binary101111101011001111101111101011100101101111101110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB3EF; }

 p { color: rgb(190,179,239); }

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

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

 a { background-color: rgb(190,179,239); }

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

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

 span { border-color: rgb(190,179,239); }

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