#BEBDD7

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

Shades of Lavender Grey #BEBDD7

Tints of Lavender Grey #BEBDD7

Color information

#BEBDD7 (or 0xBEBDD7) is unknown color: approx Lavender Grey. HEX triplet: BE, BD and D7. RGB value is (190,189,215). Sum of RGB (Red+Green+Blue) = 190+189+215=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 215 - color contains mainly: blue. Hex color #BEBDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDD7 is #414228. Grayscale: #C0C0C0. Windows color (decimal): -4276777 or 14138814. OLE color: 14138814.

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

Color convert

RGB190189215-
CMYK0.120.1200.16
HSL242.31º24.53%79.22%-
HSV(B)242.31º12.09%84.31%-
XYZ51.752.2571.65-
YUV192.26140.83126.39-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.99%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 215 (84.38% from 255) = 36.20%
R=31.99%
G=31.82%
B=36.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1901892150.120.1200.16242.3124.5379.22
HexBEBDD7CC010f2194f
Octal276275327141402036231117
Binary1011111010111101110101111100110001000011110010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDD7; }

 p { color: rgb(190,189,215); }

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

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

 a { background-color: rgb(190,189,215); }

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

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

 span { border-color: rgb(190,189,215); }

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