#BEBAD6

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

Shades of Lavender Grey #BEBAD6

Tints of Lavender Grey #BEBAD6

Color information

#BEBAD6 (or 0xBEBAD6) is unknown color: approx Lavender Grey. HEX triplet: BE, BA and D6. RGB value is (190,186,214). Sum of RGB (Red+Green+Blue) = 190+186+214=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 214 - color contains mainly: blue. Hex color #BEBAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBAD6 is #414529. Grayscale: #BEBEBE. Windows color (decimal): -4277546 or 14072510. OLE color: 14072510.

HSL color Cylindrical-coordinate representation of color #BEBAD6: hue angle of 248.57º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEBAD6 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190186214-
CMYK0.110.1300.16
HSL248.57º25.45%78.43%-
HSV(B)248.57º13.08%83.92%-
XYZ50.9350.9270.76-
YUV190.39141.33127.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.20%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 214 (83.98% from 255) = 36.27%
R=32.20%
G=31.53%
B=36.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901862140.110.1300.16248.5725.4578.43
HexBEBAD6BD010f9194e
Octal276272326131502037131116
Binary1011111010111010110101101011110101000011111001110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAD6; }

 p { color: rgb(190,186,214); }

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

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

 a { background-color: rgb(190,186,214); }

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

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

 span { border-color: rgb(190,186,214); }

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