#BEBFE0

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

Shades of Lavender Grey #BEBFE0

Tints of Lavender Grey #BEBFE0

Color information

#BEBFE0 (or 0xBEBFE0) is unknown color: approx Lavender Grey. HEX triplet: BE, BF and E0. RGB value is (190,191,224). Sum of RGB (Red+Green+Blue) = 190+191+224=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEBFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFE0 is #41401F. Grayscale: #C2C2C2. Windows color (decimal): -4276256 or 14729150. OLE color: 14729150.

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

Color convert

RGB190191224-
CMYK0.150.1500.12
HSL238.24º35.42%81.18%-
HSV(B)238.24º15.18%87.84%-
XYZ53.3253.5978.05-
YUV194.46144.67124.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.40%
GREEN value IS 191 (75% from 255) = 31.57%
BLUE value IS 224 (87.89% from 255) = 37.02%
R=31.40%
G=31.57%
B=37.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901912240.150.1500.12238.2435.4281.18
HexBEBFE0FF0Cee2351
Octal276277340171701435643121
Binary1011111010111111111000001111111101100111011101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFE0; }

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

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

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

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

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

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

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

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