#BEBAD5

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

Shades of Lavender Grey #BEBAD5

Tints of Lavender Grey #BEBAD5

Color information

#BEBAD5 (or 0xBEBAD5) is unknown color: approx Lavender Grey. HEX triplet: BE, BA and D5. RGB value is (190,186,213). Sum of RGB (Red+Green+Blue) = 190+186+213=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 213 (83.59% from 255 or 36.16% from 589); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEBAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBAD5 is #41452A. Grayscale: #BEBEBE. Windows color (decimal): -4277547 or 14006974. OLE color: 14006974.

HSL color Cylindrical-coordinate representation of color #BEBAD5: hue angle of 248.89º degrees, saturation: 0.24, 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 #BEBAD5 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB190186213-
CMYK0.110.1300.16
HSL248.89º24.32%78.24%-
HSV(B)248.89º12.68%83.53%-
XYZ50.850.8770.09-
YUV190.27140.83127.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.26%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 213 (83.59% from 255) = 36.16%
R=32.26%
G=31.58%
B=36.16%

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
Decimal1901862130.110.1300.16248.8924.3278.24
HexBEBAD5BD010f9184e
Octal276272325131502037130116
Binary1011111010111010110101011011110101000011111001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAD5; }

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

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

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

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

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

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

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

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