#BEB9DD

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

Shades of Lavender Grey #BEB9DD

Tints of Lavender Grey #BEB9DD

Color information

#BEB9DD (or 0xBEB9DD) is unknown color: approx Lavender Grey. HEX triplet: BE, B9 and DD. RGB value is (190,185,221). Sum of RGB (Red+Green+Blue) = 190+185+221=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 185 (72.66% from 255 or 31.04% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEB9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9DD is #414622. Grayscale: #BEBEBE. Windows color (decimal): -4277795 or 14531006. OLE color: 14531006.

HSL color Cylindrical-coordinate representation of color #BEB9DD: hue angle of 248.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEB9DD is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190185221-
CMYK0.140.1600.13
HSL248.33º34.62%79.61%-
HSV(B)248.33º16.29%86.67%-
XYZ51.6450.8775.5-
YUV190.6145.16127.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.88%
GREEN value IS 185 (72.66% from 255) = 31.04%
BLUE value IS 221 (86.72% from 255) = 37.08%
R=31.88%
G=31.04%
B=37.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901852210.140.1600.13248.3334.6279.61
HexBEB9DDE100Df82350
Octal276271335162001537043120
Binary10111110101110011101110111101000001101111110001000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9DD; }

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

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

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

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

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

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

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

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