#BEB8F1

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

Shades of Melrose #BEB8F1

Tints of Melrose #BEB8F1

Color information

#BEB8F1 (or 0xBEB8F1) is unknown color: approx Melrose. HEX triplet: BE, B8 and F1. RGB value is (190,184,241). Sum of RGB (Red+Green+Blue) = 190+184+241=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 184 (72.27% from 255 or 29.92% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #BEB8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB8F1 is #41470E. Grayscale: #C0C0C0. Windows color (decimal): -4278031 or 15841470. OLE color: 15841470.

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

Color convert

RGB190184241-
CMYK0.210.2400.05
HSL246.32º67.06%83.33%-
HSV(B)246.32º23.65%94.51%-
XYZ54.2551.5890.32-
YUV192.29155.49126.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.89%
GREEN value IS 184 (72.27% from 255) = 29.92%
BLUE value IS 241 (94.53% from 255) = 39.19%
R=30.89%
G=29.92%
B=39.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1901842410.210.2400.05246.3267.0683.33
HexBEB8F1151805f64353
Octal276270361253005366103123
Binary101111101011100011110001101011100001011111011010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB8F1; }

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

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

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

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

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

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

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

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