#BEB9EC

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

Shades of Lavender Grey #BEB9EC

Tints of Lavender Grey #BEB9EC

Color information

#BEB9EC (or 0xBEB9EC) is unknown color: approx Lavender Grey. HEX triplet: BE, B9 and EC. RGB value is (190,185,236). Sum of RGB (Red+Green+Blue) = 190+185+236=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 236 (92.58% from 255 or 38.63% from 611); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEB9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB9EC is #414613. Grayscale: #C0C0C0. Windows color (decimal): -4277780 or 15514046. OLE color: 15514046.

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

Color convert

RGB190185236-
CMYK0.190.2200.07
HSL245.88º57.3%82.55%-
HSV(B)245.88º21.61%92.55%-
XYZ53.7251.786.5-
YUV192.31152.66126.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.10%
GREEN value IS 185 (72.66% from 255) = 30.28%
BLUE value IS 236 (92.58% from 255) = 38.63%
R=31.10%
G=30.28%
B=38.63%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901852360.190.2200.07245.8857.382.55
HexBEB9EC131607f63953
Octal27627135423260736671123
Binary10111110101110011110110010011101100111111101101110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9EC; }

 p { color: rgb(190,185,236); }

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

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

 a { background-color: rgb(190,185,236); }

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

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

 span { border-color: rgb(190,185,236); }

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