#BEBAE9

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

Shades of Lavender Grey #BEBAE9

Tints of Lavender Grey #BEBAE9

Color information

#BEBAE9 (or 0xBEBAE9) is unknown color: approx Lavender Grey. HEX triplet: BE, BA and E9. RGB value is (190,186,233). Sum of RGB (Red+Green+Blue) = 190+186+233=609 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.20% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 233 (91.41% from 255 or 38.26% from 609); Max value from RGB is 233 - color contains mainly: blue. Hex color #BEBAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBAE9 is #414516. Grayscale: #C0C0C0. Windows color (decimal): -4277527 or 15317694. OLE color: 15317694.

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

Color convert

RGB190186233-
CMYK0.180.2000.09
HSL245.11º51.65%82.16%-
HSV(B)245.11º20.17%91.37%-
XYZ53.551.9584.3-
YUV192.55150.83126.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.20%
GREEN value IS 186 (73.05% from 255) = 30.54%
BLUE value IS 233 (91.41% from 255) = 38.26%
R=31.20%
G=30.54%
B=38.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1901862330.180.2000.09245.1151.6582.16
HexBEBAE9121409f53452
Octal276272351222401136564122
Binary101111101011101011101001100101010001001111101011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAE9; }

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

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

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

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

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

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

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

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