#BEBAEB

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

Shades of Lavender Grey #BEBAEB

Tints of Lavender Grey #BEBAEB

Color information

#BEBAEB (or 0xBEBAEB) is unknown color: approx Lavender Grey. HEX triplet: BE, BA and EB. RGB value is (190,186,235). Sum of RGB (Red+Green+Blue) = 190+186+235=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEBAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBAEB is #414514. Grayscale: #C0C0C0. Windows color (decimal): -4277525 or 15448766. OLE color: 15448766.

HSL color Cylindrical-coordinate representation of color #BEBAEB: hue angle of 244.9º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEBAEB is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB190186235-
CMYK0.190.2100.08
HSL244.9º55.06%82.55%-
HSV(B)244.9º20.85%92.16%-
XYZ53.7952.0685.81-
YUV192.78151.83126.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.10%
GREEN value IS 186 (73.05% from 255) = 30.44%
BLUE value IS 235 (92.19% from 255) = 38.46%
R=31.10%
G=30.44%
B=38.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1901862350.190.2100.08244.955.0682.55
HexBEBAEB131508f53753
Octal276272353232501036567123
Binary101111101011101011101011100111010101000111101011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAEB; }

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

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

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

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

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

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

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

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