#BEB0EF

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

Shades of Melrose #BEB0EF

Tints of Melrose #BEB0EF

Color information

#BEB0EF (or 0xBEB0EF) is unknown color: approx Melrose. HEX triplet: BE, B0 and EF. RGB value is (190,176,239). Sum of RGB (Red+Green+Blue) = 190+176+239=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 176 (69.14% from 255 or 29.09% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEB0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB0EF is #414F10. Grayscale: #BBBBBB. Windows color (decimal): -4280081 or 15708350. OLE color: 15708350.

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

Color convert

RGB190176239-
CMYK0.210.2600.06
HSL253.33º66.32%81.37%-
HSV(B)253.33º26.36%93.73%-
XYZ52.3448.2388.21-
YUV187.37157.14129.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.40%
GREEN value IS 176 (69.14% from 255) = 29.09%
BLUE value IS 239 (93.75% from 255) = 39.50%
R=31.40%
G=29.09%
B=39.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1901762390.210.2600.06253.3366.3281.37
HexBEB0EF151A06fd4251
Octal276260357253206375102121
Binary101111101011000011101111101011101001101111110110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB0EF; }

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

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

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

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

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

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

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

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