#BEB9E4

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

Shades of Lavender Grey #BEB9E4

Tints of Lavender Grey #BEB9E4

Color information

#BEB9E4 (or 0xBEB9E4) is unknown color: approx Lavender Grey. HEX triplet: BE, B9 and E4. RGB value is (190,185,228). Sum of RGB (Red+Green+Blue) = 190+185+228=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 185 (72.66% from 255 or 30.68% from 603); Blue value is 228 (89.45% from 255 or 37.81% from 603); Max value from RGB is 228 - color contains mainly: blue. Hex color #BEB9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEB9E4 is #41461B. Grayscale: #BFBFBF. Windows color (decimal): -4277788 or 14989758. OLE color: 14989758.

HSL color Cylindrical-coordinate representation of color #BEB9E4: hue angle of 246.98º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEB9E4 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB190185228-
CMYK0.170.1900.11
HSL246.98º44.33%80.98%-
HSV(B)246.98º18.86%89.41%-
XYZ52.5951.2580.52-
YUV191.4148.66127-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.51%
GREEN value IS 185 (72.66% from 255) = 30.68%
BLUE value IS 228 (89.45% from 255) = 37.81%
R=31.51%
G=30.68%
B=37.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1901852280.170.1900.11246.9844.3380.98
HexBEB9E411130Bf72c51
Octal276271344212301336754121
Binary101111101011100111100100100011001101011111101111011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEB9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEB9E4; }

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

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

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

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

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

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

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

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