#BEB2F1

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

Shades of Melrose #BEB2F1

Tints of Melrose #BEB2F1

Color information

#BEB2F1 (or 0xBEB2F1) is unknown color: approx Melrose. HEX triplet: BE, B2 and F1. RGB value is (190,178,241). Sum of RGB (Red+Green+Blue) = 190+178+241=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 178 (69.92% from 255 or 29.23% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEB2F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB2F1 is #414D0E. Grayscale: #BCBCBC. Windows color (decimal): -4279567 or 15839934. OLE color: 15839934.

HSL color Cylindrical-coordinate representation of color #BEB2F1: hue angle of 251.43º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEB2F1 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB190178241-
CMYK0.210.2600.05
HSL251.43º69.23%82.16%-
HSV(B)251.43º26.14%94.51%-
XYZ53.0349.1489.91-
YUV188.77157.48128.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.20%
GREEN value IS 178 (69.92% from 255) = 29.23%
BLUE value IS 241 (94.53% from 255) = 39.57%
R=31.20%
G=29.23%
B=39.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901782410.210.2600.05251.4369.2382.16
HexBEB2F1151A05fb4552
Octal276262361253205373105122
Binary101111101011001011110001101011101001011111101110001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB2F1; }

 p { color: rgb(190,178,241); }

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

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

 a { background-color: rgb(190,178,241); }

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

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

 span { border-color: rgb(190,178,241); }

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