#BEBDE8

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

Shades of Lavender Grey #BEBDE8

Tints of Lavender Grey #BEBDE8

Color information

#BEBDE8 (or 0xBEBDE8) is unknown color: approx Lavender Grey. HEX triplet: BE, BD and E8. RGB value is (190,189,232). Sum of RGB (Red+Green+Blue) = 190+189+232=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 232 - color contains mainly: blue. Hex color #BEBDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBDE8 is #414217. Grayscale: #C2C2C2. Windows color (decimal): -4276760 or 15252926. OLE color: 15252926.

HSL color Cylindrical-coordinate representation of color #BEBDE8: hue angle of 241.4º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEBDE8 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190189232-
CMYK0.180.1900.09
HSL241.4º48.31%82.55%-
HSV(B)241.4º18.53%90.98%-
XYZ5453.1783.76-
YUV194.2149.33125-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.10%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 232 (91.02% from 255) = 37.97%
R=31.10%
G=30.93%
B=37.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901892320.180.1900.09241.448.3182.55
HexBEBDE8121309f13053
Octal276275350222301136160123
Binary101111101011110111101000100101001101001111100011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDE8; }

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

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

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

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

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

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

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

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