#BEBAD9

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

Shades of Lavender Grey #BEBAD9

Tints of Lavender Grey #BEBAD9

Color information

#BEBAD9 (or 0xBEBAD9) is unknown color: approx Lavender Grey. HEX triplet: BE, BA and D9. RGB value is (190,186,217). Sum of RGB (Red+Green+Blue) = 190+186+217=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 217 - color contains mainly: blue. Hex color #BEBAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBAD9 is #414526. Grayscale: #BEBEBE. Windows color (decimal): -4277543 or 14269118. OLE color: 14269118.

HSL color Cylindrical-coordinate representation of color #BEBAD9: hue angle of 247.74º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEBAD9 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190186217-
CMYK0.120.1400.15
HSL247.74º28.97%79.02%-
HSV(B)247.74º14.29%85.1%-
XYZ51.3251.0772.8-
YUV190.73142.83127.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.04%
GREEN value IS 186 (73.05% from 255) = 31.37%
BLUE value IS 217 (85.16% from 255) = 36.59%
R=32.04%
G=31.37%
B=36.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901862170.120.1400.15247.7428.9779.02
HexBEBAD9CE0Ff81d4f
Octal276272331141601737035117
Binary101111101011101011011001110011100111111111000111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAD9; }

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

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

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

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

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

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

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

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