#BEB8EE

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

Shades of Melrose #BEB8EE

Tints of Melrose #BEB8EE

Color information

#BEB8EE (or 0xBEB8EE) is unknown color: approx Melrose. HEX triplet: BE, B8 and EE. RGB value is (190,184,238). Sum of RGB (Red+Green+Blue) = 190+184+238=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 184 (72.27% from 255 or 30.07% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEB8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB8EE is #414711. Grayscale: #BFBFBF. Windows color (decimal): -4278034 or 15644862. OLE color: 15644862.

HSL color Cylindrical-coordinate representation of color #BEB8EE: hue angle of 246.67º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEB8EE is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190184238-
CMYK0.200.2300.07
HSL246.67º61.36%82.75%-
HSV(B)246.67º22.69%93.33%-
XYZ53.8151.487.97-
YUV191.95153.99126.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.05%
GREEN value IS 184 (72.27% from 255) = 30.07%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=31.05%
G=30.07%
B=38.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901842380.200.2300.07246.6761.3682.75
HexBEB8EE141707f73d53
Octal27627035624270736775123
Binary10111110101110001110111010100101110111111101111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB8EE; }

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

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

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

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

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

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

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

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