#BEBDD8

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

Shades of Lavender Grey #BEBDD8

Tints of Lavender Grey #BEBDD8

Color information

#BEBDD8 (or 0xBEBDD8) is unknown color: approx Lavender Grey. HEX triplet: BE, BD and D8. RGB value is (190,189,216). Sum of RGB (Red+Green+Blue) = 190+189+216=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 216 - color contains mainly: blue. Hex color #BEBDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDD8 is #414227. Grayscale: #C0C0C0. Windows color (decimal): -4276776 or 14204350. OLE color: 14204350.

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

Color convert

RGB190189216-
CMYK0.120.1200.15
HSL242.22º25.71%79.41%-
HSV(B)242.22º12.5%84.71%-
XYZ51.8352.372.33-
YUV192.38141.33126.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.93%
GREEN value IS 189 (74.22% from 255) = 31.76%
BLUE value IS 216 (84.77% from 255) = 36.30%
R=31.93%
G=31.76%
B=36.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901892160.120.1200.15242.2225.7179.41
HexBEBDD8CC0Ff21a4f
Octal276275330141401736232117
Binary101111101011110111011000110011000111111110010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDD8; }

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

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

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

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

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

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

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

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