#BEBEE1

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

Shades of Lavender Grey #BEBEE1

Tints of Lavender Grey #BEBEE1

Color information

#BEBEE1 (or 0xBEBEE1) is unknown color: approx Lavender Grey. HEX triplet: BE, BE and E1. RGB value is (190,190,225). Sum of RGB (Red+Green+Blue) = 190+190+225=605 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.40% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEBEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBEE1 is #41411E. Grayscale: #C1C1C1. Windows color (decimal): -4276511 or 14794430. OLE color: 14794430.

HSL color Cylindrical-coordinate representation of color #BEBEE1: hue angle of 240º 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 #BEBEE1 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190190225-
CMYK0.160.1600.12
HSL240º36.84%81.37%-
HSV(B)240º15.56%88.24%-
XYZ53.2453.2178.7-
YUV193.99145.5125.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.40%
GREEN value IS 190 (74.61% from 255) = 31.40%
BLUE value IS 225 (88.28% from 255) = 37.19%
R=31.40%
G=31.40%
B=37.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901902250.160.1600.1224036.8481.37
HexBEBEE110100Cf02551
Octal276276341202001436045121
Binary101111101011111011100001100001000001100111100001001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBEE1; }

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

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

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

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

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

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

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

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