#BEBFE1

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

Shades of Lavender Grey #BEBFE1

Tints of Lavender Grey #BEBFE1

Color information

#BEBFE1 (or 0xBEBFE1) is unknown color: approx Lavender Grey. HEX triplet: BE, BF and E1. RGB value is (190,191,225). Sum of RGB (Red+Green+Blue) = 190+191+225=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEBFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFE1 is #41401E. Grayscale: #C2C2C2. Windows color (decimal): -4276255 or 14794686. OLE color: 14794686.

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

Color convert

RGB190191225-
CMYK0.160.1500.12
HSL238.29º36.84%81.37%-
HSV(B)238.29º15.56%88.24%-
XYZ53.4653.6578.77-
YUV194.58145.17124.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.35%
GREEN value IS 191 (75% from 255) = 31.52%
BLUE value IS 225 (88.28% from 255) = 37.13%
R=31.35%
G=31.52%
B=37.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901912250.160.1500.12238.2936.8481.37
HexBEBFE110F0Cee2551
Octal276277341201701435645121
Binary10111110101111111110000110000111101100111011101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFE1; }

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

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

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

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

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

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

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

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