#BEBAEA

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

Shades of Lavender Grey #BEBAEA

Tints of Lavender Grey #BEBAEA

Color information

#BEBAEA (or 0xBEBAEA) is unknown color: approx Lavender Grey. HEX triplet: BE, BA and EA. RGB value is (190,186,234). Sum of RGB (Red+Green+Blue) = 190+186+234=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEBAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEBAEA is #414515. Grayscale: #C0C0C0. Windows color (decimal): -4277526 or 15383230. OLE color: 15383230.

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

Color convert

RGB190186234-
CMYK0.190.2100.08
HSL245º53.33%82.35%-
HSV(B)245º20.51%91.76%-
XYZ53.6552.0185.05-
YUV192.67151.33126.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.15%
GREEN value IS 186 (73.05% from 255) = 30.49%
BLUE value IS 234 (91.80% from 255) = 38.36%
R=31.15%
G=30.49%
B=38.36%

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
Decimal1901862340.190.2100.0824553.3382.35
HexBEBAEA131508f53552
Octal276272352232501036565122
Binary101111101011101011101010100111010101000111101011101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBAEA; }

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

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

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

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

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

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

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

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