#BEB9DC

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

Shades of Lavender Grey #BEB9DC

Tints of Lavender Grey #BEB9DC

Color information

#BEB9DC (or 0xBEB9DC) is unknown color: approx Lavender Grey. HEX triplet: BE, B9 and DC. RGB value is (190,185,220). Sum of RGB (Red+Green+Blue) = 190+185+220=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEB9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9DC is #414623. Grayscale: #BEBEBE. Windows color (decimal): -4277796 or 14465470. OLE color: 14465470.

HSL color Cylindrical-coordinate representation of color #BEB9DC: hue angle of 248.57º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEB9DC is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB190185220-
CMYK0.140.1600.14
HSL248.57º33.33%79.41%-
HSV(B)248.57º15.91%86.27%-
XYZ51.550.8174.8-
YUV190.48144.66127.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.93%
GREEN value IS 185 (72.66% from 255) = 31.09%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=31.93%
G=31.09%
B=36.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1901852200.140.1600.14248.5733.3379.41
HexBEB9DCE100Ef9214f
Octal276271334162001637141117
Binary10111110101110011101110011101000001110111110011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9DC; }

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

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

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

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

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

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

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

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