#BEB0EE

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

Shades of Melrose #BEB0EE

Tints of Melrose #BEB0EE

Color information

#BEB0EE (or 0xBEB0EE) is unknown color: approx Melrose. HEX triplet: BE, B0 and EE. RGB value is (190,176,238). Sum of RGB (Red+Green+Blue) = 190+176+238=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 176 (69.14% from 255 or 29.14% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEB0EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB0EE is #414F11. Grayscale: #BBBBBB. Windows color (decimal): -4280082 or 15642814. OLE color: 15642814.

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

Color convert

RGB190176238-
CMYK0.200.2600.07
HSL253.55º64.58%81.18%-
HSV(B)253.55º26.05%93.33%-
XYZ52.1948.1787.44-
YUV187.25156.64129.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.46%
GREEN value IS 176 (69.14% from 255) = 29.14%
BLUE value IS 238 (93.36% from 255) = 39.40%
R=31.46%
G=29.14%
B=39.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901762380.200.2600.07253.5564.5881.18
HexBEB0EE141A07fe4151
Octal276260356243207376101121
Binary101111101011000011101110101001101001111111111010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB0EE; }

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

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

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

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

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

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

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

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