#BEB9ED

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

Shades of Lavender Grey #BEB9ED

Tints of Lavender Grey #BEB9ED

Color information

#BEB9ED (or 0xBEB9ED) is unknown color: approx Lavender Grey. HEX triplet: BE, B9 and ED. RGB value is (190,185,237). Sum of RGB (Red+Green+Blue) = 190+185+237=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 185 (72.66% from 255 or 30.23% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEB9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB9ED is #414612. Grayscale: #C0C0C0. Windows color (decimal): -4277779 or 15579582. OLE color: 15579582.

HSL color Cylindrical-coordinate representation of color #BEB9ED: hue angle of 245.77º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEB9ED is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190185237-
CMYK0.200.2200.07
HSL245.77º59.09%82.75%-
HSV(B)245.77º21.94%92.94%-
XYZ53.8751.7687.27-
YUV192.42153.16126.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.05%
GREEN value IS 185 (72.66% from 255) = 30.23%
BLUE value IS 237 (92.97% from 255) = 38.73%
R=31.05%
G=30.23%
B=38.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1901852370.200.2200.07245.7759.0982.75
HexBEB9ED141607f63b53
Octal27627135524260736673123
Binary10111110101110011110110110100101100111111101101110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9ED; }

 p { color: rgb(190,185,237); }

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

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

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

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

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

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

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