#BEB3F9

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

Shades of Melrose #BEB3F9

Tints of Melrose #BEB3F9

Color information

#BEB3F9 (or 0xBEB3F9) is unknown color: approx Melrose. HEX triplet: BE, B3 and F9. RGB value is (190,179,249). Sum of RGB (Red+Green+Blue) = 190+179+249=618 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.74% from 618); Green value is 179 (70.31% from 255 or 28.96% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #BEB3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB3F9 is #414C06. Grayscale: #BEBEBE. Windows color (decimal): -4279303 or 16364478. OLE color: 16364478.

HSL color Cylindrical-coordinate representation of color #BEB3F9: hue angle of 249.43º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEB3F9 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB190179249-
CMYK0.240.2800.02
HSL249.43º85.37%83.92%-
HSV(B)249.43º28.11%97.65%-
XYZ54.4550.0396.41-
YUV190.27161.14127.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.74%
GREEN value IS 179 (70.31% from 255) = 28.96%
BLUE value IS 249 (97.66% from 255) = 40.29%
R=30.74%
G=28.96%
B=40.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1901792490.240.2800.02249.4385.3783.92
HexBEB3F9181C02f95554
Octal276263371303402371125124
Binary10111110101100111111100111000111000101111100110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB3F9; }

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

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

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

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

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

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

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

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