#BEBDE3

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

Shades of Lavender Grey #BEBDE3

Tints of Lavender Grey #BEBDE3

Color information

#BEBDE3 (or 0xBEBDE3) is unknown color: approx Lavender Grey. HEX triplet: BE, BD and E3. RGB value is (190,189,227). Sum of RGB (Red+Green+Blue) = 190+189+227=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 227 (89.06% from 255 or 37.46% from 606); Max value from RGB is 227 - color contains mainly: blue. Hex color #BEBDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBDE3 is #41421C. Grayscale: #C1C1C1. Windows color (decimal): -4276765 or 14925246. OLE color: 14925246.

HSL color Cylindrical-coordinate representation of color #BEBDE3: hue angle of 241.58º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEBDE3 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190189227-
CMYK0.160.1700.11
HSL241.58º40.43%81.57%-
HSV(B)241.58º16.74%89.02%-
XYZ53.352.8980.07-
YUV193.63146.83125.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.35%
GREEN value IS 189 (74.22% from 255) = 31.19%
BLUE value IS 227 (89.06% from 255) = 37.46%
R=31.35%
G=31.19%
B=37.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1901892270.160.1700.11241.5840.4381.57
HexBEBDE310110Bf22852
Octal276275343202101336250122
Binary101111101011110111100011100001000101011111100101010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBDE3; }

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

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

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

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

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

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

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

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