#BEBEE3

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

Shades of Lavender Grey #BEBEE3

Tints of Lavender Grey #BEBEE3

Color information

#BEBEE3 (or 0xBEBEE3) is unknown color: approx Lavender Grey. HEX triplet: BE, BE and E3. RGB value is (190,190,227). Sum of RGB (Red+Green+Blue) = 190+190+227=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 227 (89.06% from 255 or 37.40% from 607); Max value from RGB is 227 - color contains mainly: blue. Hex color #BEBEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBEE3 is #41411C. Grayscale: #C2C2C2. Windows color (decimal): -4276509 or 14925502. OLE color: 14925502.

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

Color convert

RGB190190227-
CMYK0.160.1600.11
HSL240º39.78%81.76%-
HSV(B)240º16.3%89.02%-
XYZ53.5153.3280.14-
YUV194.22146.5124.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.30%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 227 (89.06% from 255) = 37.40%
R=31.30%
G=31.30%
B=37.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1901902270.160.1600.1124039.7881.76
HexBEBEE310100Bf02852
Octal276276343202001336050122
Binary101111101011111011100011100001000001011111100001010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBEE3; }

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

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

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

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

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

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

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

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