#BEBFE5

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

Shades of Lavender Grey #BEBFE5

Tints of Lavender Grey #BEBFE5

Color information

#BEBFE5 (or 0xBEBFE5) is unknown color: approx Lavender Grey. HEX triplet: BE, BF and E5. RGB value is (190,191,229). Sum of RGB (Red+Green+Blue) = 190+191+229=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 229 - color contains mainly: blue. Hex color #BEBFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFE5 is #41401A. Grayscale: #C2C2C2. Windows color (decimal): -4276251 or 15056830. OLE color: 15056830.

HSL color Cylindrical-coordinate representation of color #BEBFE5: hue angle of 238.46º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEBFE5 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB190191229-
CMYK0.170.1700.10
HSL238.46º42.86%82.16%-
HSV(B)238.46º17.03%89.8%-
XYZ54.0153.8781.68-
YUV195.03147.17124.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.15%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 229 (89.84% from 255) = 37.54%
R=31.15%
G=31.31%
B=37.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1901912290.170.1700.10238.4642.8682.16
HexBEBFE511110Aee2b52
Octal276277345212101235653122
Binary101111101011111111100101100011000101010111011101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFE5; }

 p { color: rgb(190,191,229); }

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

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

 a { background-color: rgb(190,191,229); }

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

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

 span { border-color: rgb(190,191,229); }

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