#BEB2EE

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

Shades of Melrose #BEB2EE

Tints of Melrose #BEB2EE

Color information

#BEB2EE (or 0xBEB2EE) is unknown color: approx Melrose. HEX triplet: BE, B2 and EE. RGB value is (190,178,238). Sum of RGB (Red+Green+Blue) = 190+178+238=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 178 (69.92% from 255 or 29.37% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEB2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB2EE is #414D11. Grayscale: #BCBCBC. Windows color (decimal): -4279570 or 15643326. OLE color: 15643326.

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

Color convert

RGB190178238-
CMYK0.200.2500.07
HSL252º63.83%81.57%-
HSV(B)252º25.21%93.33%-
XYZ52.5948.9687.57-
YUV188.43155.98129.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.35%
GREEN value IS 178 (69.92% from 255) = 29.37%
BLUE value IS 238 (93.36% from 255) = 39.27%
R=31.35%
G=29.37%
B=39.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901782380.200.2500.0725263.8381.57
HexBEB2EE141907fc4052
Octal276262356243107374100122
Binary101111101011001011101110101001100101111111110010000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB2EE; }

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

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

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

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

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

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

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

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