#BEB9EE

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

Shades of Lavender Grey #BEB9EE

Tints of Lavender Grey #BEB9EE

Color information

#BEB9EE (or 0xBEB9EE) is unknown color: approx Lavender Grey. HEX triplet: BE, B9 and EE. RGB value is (190,185,238). Sum of RGB (Red+Green+Blue) = 190+185+238=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 238 (93.36% from 255 or 38.83% from 613); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEB9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEB9EE is #414611. Grayscale: #C0C0C0. Windows color (decimal): -4277778 or 15645118. OLE color: 15645118.

HSL color Cylindrical-coordinate representation of color #BEB9EE: hue angle of 245.66º degrees, saturation: 0.61, 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 #BEB9EE is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB190185238-
CMYK0.200.2200.07
HSL245.66º60.92%82.94%-
HSV(B)245.66º22.27%93.33%-
XYZ54.0251.8288.04-
YUV192.54153.66126.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.00%
GREEN value IS 185 (72.66% from 255) = 30.18%
BLUE value IS 238 (93.36% from 255) = 38.83%
R=31.00%
G=30.18%
B=38.83%

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
Decimal1901852380.200.2200.07245.6660.9282.94
HexBEB9EE141607f63d53
Octal27627135624260736675123
Binary10111110101110011110111010100101100111111101101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9EE; }

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

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

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

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

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

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

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

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