#BEBFE9

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

Shades of Lavender Grey #BEBFE9

Tints of Lavender Grey #BEBFE9

Color information

#BEBFE9 (or 0xBEBFE9) is unknown color: approx Lavender Grey. HEX triplet: BE, BF and E9. RGB value is (190,191,233). Sum of RGB (Red+Green+Blue) = 190+191+233=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 191 (75% from 255 or 31.11% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 233 - color contains mainly: blue. Hex color #BEBFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBFE9 is #414016. Grayscale: #C3C3C3. Windows color (decimal): -4276247 or 15318974. OLE color: 15318974.

HSL color Cylindrical-coordinate representation of color #BEBFE9: hue angle of 238.6º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEBFE9 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB190191233-
CMYK0.180.1800.09
HSL238.6º49.43%82.94%-
HSV(B)238.6º18.45%91.37%-
XYZ54.5754.0984.66-
YUV195.49149.17124.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 30.94%
GREEN value IS 191 (75% from 255) = 31.11%
BLUE value IS 233 (91.41% from 255) = 37.95%
R=30.94%
G=31.11%
B=37.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901912330.180.1800.09238.649.4382.94
HexBEBFE9121209ef3153
Octal276277351222201135761123
Binary101111101011111111101001100101001001001111011111100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFE9; }

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

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

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

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

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

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

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

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